check-routeros-update: run installation without-paging

This commit is contained in:
Christian Hesse 2019-02-19 16:27:21 +01:00
parent 74683b3fc8
commit c92ff8f9a6

View file

@ -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.";
} }
} }