Compare commits

..

3 commits

Author SHA1 Message Date
Christian Hesse
5e11dd2d47 global-functions: $CertificateAvailable: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-09-30 10:06:10 +02:00
Christian Hesse
918fb977a9 INITIAL-COMMANDS: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-09-30 10:06:10 +02:00
Christian Hesse
a931cb61a0 packages-update: fix condition when checking for scheduler
This broke with commit 6b0c9ab17d2e7e3693cebf281e5300d1e4de3446...
2025-09-30 10:02:20 +02:00

View file

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