mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
backup-cloud: no early exit...
... as we want to make sure the directory (and its content) is removed.
This commit is contained in:
parent
b3b7643661
commit
505074e6d3
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@
|
||||||
message=("Failed uploading backup for " . $Identity . " to cloud!\n\n" . [ $DeviceInfo ]) });
|
message=("Failed uploading backup for " . $Identity . " to cloud!\n\n" . [ $DeviceInfo ]) });
|
||||||
$LogPrint error $ScriptName ("Failed uploading backup for " . $Identity . " to cloud!");
|
$LogPrint error $ScriptName ("Failed uploading backup for " . $Identity . " to cloud!");
|
||||||
:set PackagesUpdateBackupFailure true;
|
:set PackagesUpdateBackupFailure true;
|
||||||
:error false;
|
|
||||||
}
|
}
|
||||||
/file/remove "tmpfs/backup-cloud";
|
/file/remove "tmpfs/backup-cloud";
|
||||||
} on-error={ }
|
} on-error={ }
|
||||||
|
|
Loading…
Reference in a new issue