aboutsummaryrefslogtreecommitdiffstats
path: root/check-routeros-update
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-02-19 16:27:21 +0100
committerGravatar Christian Hesse <mail@eworm.de>2019-02-19 16:27:21 +0100
commitc92ff8f9a6b84ead59b21b026f5c2ef11408f43c (patch)
treedb47a396c73529205c837bb56fb3082d8980ac73 /check-routeros-update
parent74683b3fc8571a684c6a781e2325253eed4736ae (diff)
check-routeros-update: run installation without-paging
Diffstat (limited to 'check-routeros-update')
-rw-r--r--check-routeros-update2
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.";
}
}