diff options
author | Christian Hesse <mail@eworm.de> | 2019-02-22 21:41:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-02-22 21:41:49 +0100 |
commit | fee0b6eb9b9dc6545df83e7e24319424d8b716bc (patch) | |
tree | 190e956edeaea4e68d1c83b60c1b92ba577e9a86 /check-routeros-update | |
parent | e72b3dd4f1d8f0dc668bf30bf40ecb7d341338e3 (diff) |
check-routeros-update: default in capital letter
Also use square brackets as RouterOS does.
Diffstat (limited to 'check-routeros-update')
-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 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={ |