diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-12 07:59:34 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-12 08:17:36 +0200 |
commit | 4aaa144472a1b880398b770b6b529f11e6c9917e (patch) | |
tree | 7c0e55d2e5feacac5b070703a5b36e7bc478e97e /backup-cloud.rsc | |
parent | 2f399f2a48a063d3164e8b9428bb78b6375e2661 (diff) |
backup-cloud: lock the script
Diffstat (limited to 'backup-cloud.rsc')
-rw-r--r-- | backup-cloud.rsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backup-cloud.rsc b/backup-cloud.rsc index b6f6025..859892b 100644 --- a/backup-cloud.rsc +++ b/backup-cloud.rsc @@ -21,10 +21,12 @@ :global LogPrintExit2; :global RandomDelay; :global ScriptFromTerminal; +:global ScriptLock; :global SendNotification2; :global SymbolForNotification; :global WaitFullyConnected; +$ScriptLock $0; $WaitFullyConnected; :if ([ $ScriptFromTerminal $0 ] = false && $BackupRandomDelay > 0) do={ |