mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-routeros-update: add missing space, break line
This commit is contained in:
parent
ddfa6d9053
commit
2b09b1974a
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
|||
}
|
||||
|
||||
:if ($"sent-routeros-update-notification" = $latestversion) do={
|
||||
:error ("Already sent the RouterOS update notification for version" . $latestversion . ".");
|
||||
:error ("Already sent the RouterOS update notification for version " . \
|
||||
$latestversion . ".");
|
||||
}
|
||||
|
||||
/ tool e-mail send to=$"email-general-to" cc=$"email-general-cc" \
|
||||
|
|
Loading…
Reference in a new issue