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