diff options
author | Christian Hesse <mail@eworm.de> | 2019-02-19 16:27:21 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-02-19 16:27:21 +0100 |
commit | c92ff8f9a6b84ead59b21b026f5c2ef11408f43c (patch) | |
tree | db47a396c73529205c837bb56fb3082d8980ac73 | |
parent | 74683b3fc8571a684c6a781e2325253eed4736ae (diff) |
check-routeros-update: run installation without-paging
-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."; } } |