mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-02 06:31:35 +00:00
global-functions: $ScriptInstallUpdate: log existing script with info, not warning
This commit is contained in:
parent
306842ed74
commit
7932b3c138
1 changed files with 1 additions and 1 deletions
|
|
@ -1306,7 +1306,7 @@
|
||||||
|
|
||||||
:foreach Script in=$Scripts do={
|
:foreach Script in=$Scripts do={
|
||||||
:if ([ :len [ /system/script/find where name=$Script ] ] > 0) do={
|
:if ([ :len [ /system/script/find where name=$Script ] ] > 0) do={
|
||||||
$LogPrint warning $0 ("Requested to add script '" . $Script . "', but that exists already!");
|
$LogPrint info $0 ("Requested to add script '" . $Script . "', but that exists already!");
|
||||||
} else={
|
} else={
|
||||||
$LogPrint info $0 ("Adding new script: " . $Script);
|
$LogPrint info $0 ("Adding new script: " . $Script);
|
||||||
/system/script/add name=$Script owner=$Script source="#!rsc by RouterOS\n" comment=$NewComment;
|
/system/script/add name=$Script owner=$Script source="#!rsc by RouterOS\n" comment=$NewComment;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue