mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-06 16:14:28 +02:00
check-routeros-update: rename scheduler
This was missing for commit f7c72b6ed96e45bf1fbb54c46ce09e1fccc791be...
This commit is contained in:
parent
6384f6a239
commit
ab8c9d04ff
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ $ScriptLock $0;
|
||||||
|
|
||||||
$WaitFullyConnected;
|
$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.";
|
:error "A reboot for update is already scheduled.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue