mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
echo $TUNASYNC_WORKING_DIR
|
|
echo $TUNASYNC_LOG_FILE
|
|
echo $TUNASYNC_UPSTREAM_URL
|
|
sleep 5
|
|
exit 1
|