mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
upload-backup: make notification silent
This commit is contained in:
parent
0f27c935d8
commit
44437c6846
1 changed files with 1 additions and 1 deletions
|
@ -69,5 +69,5 @@ $SendNotification "Backup & Config Upload" \
|
|||
"Channel: " . $Update->"channel" . "\n" . \
|
||||
"RouterOS: " . $Update->"installed-version" . "\n\n" . \
|
||||
"Backup uploaded: " . $BackupFile . "\n" . \
|
||||
"Config uploaded: " . $ConfigFile);
|
||||
"Config uploaded: " . $ConfigFile) "" "true";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue