mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-25 13:24:30 +02:00
packages-update: improve wording
This commit is contained in:
parent
d064bd349e
commit
f9c9d67cc9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ $ScriptLock "packages-update";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:put "Do you want to (s)chedule reboot instead of (r)eboot now? [s/R]";
|
:put "Do you want to (s)chedule reboot or (r)eboot now? [s/R]";
|
||||||
:if ([ :terminal inkey timeout=60 ] = 115) do={
|
:if ([ :terminal inkey timeout=60 ] = 115) do={
|
||||||
/ system scheduler add name="reboot-for-update" start-time=03:00:00 interval=1d \
|
/ system scheduler add name="reboot-for-update" start-time=03:00:00 interval=1d \
|
||||||
on-event=(":global RandomDelay; \$RandomDelay 3600; " . \
|
on-event=(":global RandomDelay; \$RandomDelay 3600; " . \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue