mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
Fix bug
This commit is contained in:
parent
77c8f7bede
commit
154a3b1727
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ notify() {
|
|||
}
|
||||
|
||||
notify "OneDrive sync" "Sync started..."
|
||||
flock -n /var/lock/onedrivesync.lock rclone sync -c -L --log-file="/home/sintan/TempStorage/OneDriveSync.log" --log-level INFO "/home/sintan/TempStorage/OneDrive/" OneDrive:Syncs
|
||||
flock -n /tmp/onedrivesync.lock rclone sync -c -L --log-file="/home/sintan/TempStorage/OneDriveSync.log" --log-level INFO "/home/sintan/TempStorage/OneDrive/" OneDrive:Syncs
|
||||
notify "OneDrive sync" "Sync finished!"
|
||||
|
||||
|
|
Loading…
Reference in a new issue