From c92ff8f9a6b84ead59b21b026f5c2ef11408f43c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 19 Feb 2019 16:27:21 +0100 Subject: check-routeros-update: run installation without-paging --- check-routeros-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-routeros-update') diff --git a/check-routeros-update b/check-routeros-update index 22ef934..4a20619 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -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."; } } -- cgit v1.2.3-54-g00ecf