shell_provider.sh 76 B

12345
  1. #!/bin/bash
  2. echo $TUNASYNC_LOCAL_DIR
  3. echo $TUNASYNC_LOG_FILE
  4. sleep 5
  5. exit 1