From febf0ee5e465d81ced6b86fb5af6d9e6bc1f4e4e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 17 Jul 2020 00:10:31 +0200 Subject: check-routeros-update: move symbol before text --- check-routeros-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . \ -- cgit v1.2.3-54-g00ecf