check-routeros-update: rename scheduler

This was missing for commit f7c72b6ed96e45bf1fbb54c46ce09e1fccc791be...
This commit is contained in:
Christian Hesse 2023-11-16 13:15:28 +01:00
parent 6384f6a239
commit ab8c9d04ff

View file

@ -41,7 +41,7 @@ $ScriptLock $0;
$WaitFullyConnected;
:if ([ :len [ /system/scheduler/find where name="\$RebootForUpdate" ] ] > 0) do={
:if ([ :len [ /system/scheduler/find where name="_RebootForUpdate" ] ] > 0) do={
:error "A reboot for update is already scheduled.";
}