aboutsummaryrefslogtreecommitdiffstats
path: root/check-routeros-update
diff options
context:
space:
mode:
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 95507c7..60ad5d9 100644
--- a/check-routeros-update
+++ b/check-routeros-update
@@ -55,7 +55,7 @@
}
:if ([ / system script job print count-only where script="check-routeros-update" parent~"." ] > 0) do={
- :put ("Do you want to install RouterOS version " . $LatestVersion . "? (y/n)");
+ :put ("Do you want to install RouterOS version " . $LatestVersion . "? [y/N]");
:if ([ :terminal inkey timeout=60 ] = 121) do={
$Update;
} else={