mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-03 06:34:27 +02:00
check-routeros-update: run installation without-paging
This commit is contained in:
parent
74683b3fc8
commit
c92ff8f9a6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
$SendNotification ("RouterOS update notification") \
|
$SendNotification ("RouterOS update notification") \
|
||||||
("Version " . $LatestVersion . " is considered safe for " . $Channel . \
|
("Version " . $LatestVersion . " is considered safe for " . $Channel . \
|
||||||
", updating on " . $Identity . "...");
|
", updating on " . $Identity . "...");
|
||||||
/ system package update install;
|
/ system package update install without-paging;
|
||||||
:error "Waiting for system to reboot.";
|
:error "Waiting for system to reboot.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue