mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:04:45 +02: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…
Add table
Add a link
Reference in a new issue