This commit is contained in:
Jeffrey Serio 2024-10-01 23:03:34 -05:00
parent 9a4a9e98d1
commit 2808960e37

View File

@ -28,7 +28,7 @@ fi
logger -t sync_remotes "mastodata successfully synced"
if ! rsync -avz --delete root@desktop:/home/jas/sync-to-protondrive/ /mnt/desktop-data; then
if ! rsync -avz --delete root@desktop:/home/jas/sync-to-protondrive/ /mnt/desktop_data; then
/home/jas/bin/resend_error.py "desktop-data"
logger -t sync_remotes "Error during sync of desktop-data"
fi