mirror of
https://github.com/tuna/tunasync.git
synced 2026-07-09 15:29:36 +08:00
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
echo $TUNASYNC_LOCAL_DIR
|
|
echo $TUNASYNC_LOG_FILE
|
|
sleep 5
|
|
exit 1
|