diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-13 09:07:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-13 09:07:57 +0200 |
commit | db223429b7a3cdda1549a6b039dfd66b59415f85 (patch) | |
tree | f0ceff3f2e0ef270e26441e60c029bc7767716a5 /backup-upload.rsc | |
parent | 2f399f2a48a063d3164e8b9428bb78b6375e2661 (diff) | |
parent | befa739e11b04a1b9c5ae2a54f1b37fc920f538a (diff) |
Merge branch 'script-lock' into next
Diffstat (limited to 'backup-upload.rsc')
-rw-r--r-- | backup-upload.rsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backup-upload.rsc b/backup-upload.rsc index 9fb35d8..1ec61a5 100644 --- a/backup-upload.rsc +++ b/backup-upload.rsc @@ -31,6 +31,7 @@ :global MkDir; :global RandomDelay; :global ScriptFromTerminal; +:global ScriptLock; :global SendNotification2; :global SymbolForNotification; :global WaitForFile; @@ -41,6 +42,7 @@ $LogPrintExit2 error $0 ("Configured to send neither backup nor config export.") true; } +$ScriptLock $0; $WaitFullyConnected; :if ([ $ScriptFromTerminal $0 ] = false && $BackupRandomDelay > 0) do={ |