mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
Fix bug
This commit is contained in:
parent
bd4f69116e
commit
77c8f7bede
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ notify() {
|
|||
}
|
||||
|
||||
notify "OneDrive sync" "Sync started..."
|
||||
flock -n .onedrivesynclock rclone sync -c -L --log-file="/home/sintan/TempStorage/OneDriveSync.log" --log-level INFO "/home/sintan/TempStorage/OneDrive/" OneDrive:Syncs
|
||||
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
|
||||
notify "OneDrive sync" "Sync finished!"
|
||||
|
||||
|
|
Loading…
Reference in a new issue