Fix sync des path

This commit is contained in:
Skylar Grant 2024-06-24 18:36:40 -04:00
parent cbfbb77e10
commit ec3112cfed
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ CRON_LOG_PATH="/var/log/${FILE_LIST[0]}.log"
CRON_JOB="$CRON_FREQUENCY root $INSTALL_DIR/${FILE_LIST[0]} >> $CRON_LOG_PATH 2>&1"
# Paths
SYNC_SRC_PATH="/tmp/TL/to-sync"
SYNC_DES_PATH="/media/mnt/TL/to-process"
SYNC_DES_PATH="/mnt/media/TL/to-process"
# Check for root/sudo
if [ "$EUID" -ne 0 ]; then