1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

upload-backup: remove extra curly bracket

This commit is contained in:
Christian Hesse
2020-09-01 11:32:27 +02:00
parent 25d8d5d855
commit d320fa93f2

View File

@ -71,4 +71,3 @@ $SendNotification ([ $SymbolForNotification [ $IfThenElse ($Failed > 0) "warning
[ $DeviceInfo ] . "\n\n" . \
"Backup file: " . $BackupFile . "\n" . \
"Config file: " . $ConfigFile) "" "true";
}