diff --git a/contrib/general/style.css b/contrib/general/style.css index d0cb371..a001f07 100644 --- a/contrib/general/style.css +++ b/contrib/general/style.css @@ -3,6 +3,8 @@ body { font-family: fira-sans, sans-serif; font-size: 10pt; background-color: transparent; + margin-left: 10vw; + margin-right: 10vw; } h2 { border-bottom: 1px solid #ccc; diff --git a/global-functions.rsc b/global-functions.rsc index 28223cc..6323249 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -1317,6 +1317,7 @@ :if ($ScriptVal->"source" = "#!rsc by RouterOS\n") do={ $LogPrint warning $0 ("Removing dummy. Typo on installation?"); /system/script/remove $Script; + :error false; } :if ([ :len ($ScriptInfo->"base-url") ] = 0 && [ :len ($ScriptInfo->"url-suffix") ] = 0 && \ [ :len $CheckSum ] = 0) do={