upload-backup: make notification silent

This commit is contained in:
Christian Hesse 2019-08-18 19:20:09 +02:00
parent 0f27c935d8
commit 44437c6846

View file

@ -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";
}