diff options
author | Christian Hesse <mail@eworm.de> | 2020-03-24 12:35:40 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-03-24 12:35:40 +0100 |
commit | 0229516bb5cea7c5f94cc8c9591368d8e89830d7 (patch) | |
tree | d5f8f42be8a5ff76141026491628a4a443430743 /check-routeros-update | |
parent | 7e982a470d1acbf2983c1bc71049106a94fad109 (diff) |
check-routeros-update: add fancy unicode symbol
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 6672f13..e034c0b 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -73,7 +73,7 @@ $Update->"latest-version" . ".") true; } - $SendNotification ("RouterOS update") \ + $SendNotification ("RouterOS update \E2\9C\A8") \ ("There is a RouterOS update available.\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ "https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree") \ |