mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 01:35:03 +02: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…
Add table
Add a link
Reference in a new issue