diff options
-rw-r--r-- | check-routeros-update | 2 |
1 files changed, 1 insertions, 1 deletions
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."; } } |