Compare commits

..

10 commits

Author SHA1 Message Date
Christian Hesse
2462ec2f04 Makefile: clean up and add targets 2025-11-06 23:41:32 +01:00
Christian Hesse
9592a132b7 global-functions: $ScriptInstallUpdate: extra actions on 'not found' only 2025-11-03 09:18:23 +01:00
Christian Hesse
59c5bfcc27 global-functions: $ScriptInstallUpdate: give hint on ignore
Fixes: https://github.com/eworm-de/routeros-scripts/issues/112
2025-11-03 09:18:23 +01:00
Christian Hesse
fd94b7e76b contrib/checksums.sh: output to stdout...
... and let the Makefile redirect.
2025-10-30 11:07:38 +01:00
Christian Hesse
9079f867f1 Merge branch 'contrib' into next 2025-10-30 10:32:51 +01:00
Christian Hesse
0be7195371 contrib/notification: format the values italic 2025-10-30 10:32:51 +01:00
Christian Hesse
ae1a7cb875 contrib/notification: update date format 2025-10-30 10:32:51 +01:00
Christian Hesse
1e64bbeccb contrib/{logo-color,notification}: add navigation structure 2025-10-30 10:32:51 +01:00
Christian Hesse
ef5929358e contrib/*: unify html code 2025-10-30 10:32:51 +01:00
Christian Hesse
9e7d5d1ce3 contrib/html.sh: link the logo with relative path 2025-10-30 10:32:51 +01:00
2 changed files with 0 additions and 3 deletions

View file

@ -3,8 +3,6 @@ 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;

View file

@ -1317,7 +1317,6 @@
: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={