mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2026-01-03 16:09:32 +00:00
backup-cloud: catch error with :execute workaround
Catching a runtime error here fails... So let's try a workaround with :execute...
This commit is contained in:
parent
010bea56dc
commit
955ee8499b
4 changed files with 20 additions and 8 deletions
|
|
@ -44,6 +44,7 @@
|
|||
[ $IfThenElse ($Resource->"free-hdd-space" > 4000000) ("(Your " . $Resource->"board-name" . " does not suffer this issue.) ") ] ] . \
|
||||
"Huge configuration and lots of scripts give an extra risk. Take care!");
|
||||
119="Added support for IPv6 to script 'fw-addr-lists'.";
|
||||
120="Implemented a workaround in 'backup-cloud'. Now script should no longer just crash, but send notification with error.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue