diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-18 09:12:44 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-18 09:12:44 +0100 |
commit | e6f705f9e6c700f4ccf5818880f097e45b31d174 (patch) | |
tree | bd5a7a28721918fa9929ff63d615f5c71e920180 /upload-backup | |
parent | 8c221842a61ebd207ef91fea65f16b9373c0227e (diff) |
upload-backup: wait to be fully connected
Diffstat (limited to 'upload-backup')
-rw-r--r-- | upload-backup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/upload-backup b/upload-backup index 1249f36..155603f 100644 --- a/upload-backup +++ b/upload-backup @@ -22,6 +22,9 @@ :global SendNotification; :global SymbolForNotification; :global WaitForFile; +:global WaitFullyConnected; + +$WaitFullyConnected; :if ($BackupSendBinary != true && \ $BackupSendExport != true) do={ |