mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-15 14:12:47 +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
|