Compare commits

..

2 commits

Author SHA1 Message Date
Christian Hesse
fb3534c63f global-functions: $CertificateAvailable: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-09-25 10:33:45 +02:00
Christian Hesse
78a4efcc83 INITIAL-COMMANDS: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-09-25 10:33:45 +02:00

View file

@ -41,7 +41,7 @@
/system/reboot;
}
:if ([ :len [ /system/scheduler/find where name="_RebootForUpdate" ] ] > 0) do={
:if ([ /system/scheduler/find where name="_RebootForUpdate" ] > 0) do={
$LogPrint warning $ScriptName ("Scheduler for reboot already exists.");
:return false;
}