diff options
-rw-r--r-- | check-routeros-update | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check-routeros-update b/check-routeros-update index 62ad64a..8b1b54f 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -15,6 +15,7 @@ :global LogPrintExit; :global ScriptFromTerminal; :global SendNotification; +:global SymbolByUnicodeName; :global VersionToNum; :local DoUpdate do={ @@ -88,7 +89,7 @@ $Update->"latest-version" . ".") true; } - $SendNotification ("\E2\9C\A8 RouterOS update") \ + $SendNotification ([ $SymbolByUnicodeName "sparkles" ] . " RouterOS update") \ ("A new RouterOS version " . ($Update->"latest-version") . \ " is available for " . $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ |