1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

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") \
("Version " . $LatestVersion . " is considered safe for " . $Channel . \
", updating on " . $Identity . "...");
/ system package update install;
/ system package update install without-paging;
:error "Waiting for system to reboot.";
}
}