diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-17 00:10:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-17 00:10:31 +0200 |
commit | febf0ee5e465d81ced6b86fb5af6d9e6bc1f4e4e (patch) | |
tree | 34a9447b6ea62e269c8a03deb2bbb12aa0000f8d /check-routeros-update | |
parent | e709af4c4d824560999c9bbd36f7e3504c28e9f6 (diff) |
check-routeros-update: move symbol before text
Diffstat (limited to 'check-routeros-update')
-rw-r--r-- | check-routeros-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-routeros-update b/check-routeros-update index cc44af1..62ad64a 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -88,7 +88,7 @@ $Update->"latest-version" . ".") true; } - $SendNotification ("RouterOS update \E2\9C\A8") \ + $SendNotification ("\E2\9C\A8 RouterOS update") \ ("A new RouterOS version " . ($Update->"latest-version") . \ " is available for " . $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ |