diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-23 14:09:21 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-29 18:03:40 +0200 |
commit | 505074e6d333f9696eb1b2e6afc90a59a5e1e1d6 (patch) | |
tree | 3dadcd5f258aa4c086b6dfa70d8f6a4a1906827a | |
parent | b3b7643661b13856437ff75cca0bb48f1e1aa0bc (diff) |
backup-cloud: no early exit...
... as we want to make sure the directory (and its content) is removed.
-rw-r--r-- | backup-cloud.rsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backup-cloud.rsc b/backup-cloud.rsc index 8e29c67..1085f05 100644 --- a/backup-cloud.rsc +++ b/backup-cloud.rsc @@ -79,7 +79,6 @@ message=("Failed uploading backup for " . $Identity . " to cloud!\n\n" . [ $DeviceInfo ]) }); $LogPrint error $ScriptName ("Failed uploading backup for " . $Identity . " to cloud!"); :set PackagesUpdateBackupFailure true; - :error false; } /file/remove "tmpfs/backup-cloud"; } on-error={ } |