greater than

This commit is contained in:
Bob Mottram 2018-03-02 22:34:33 +00:00
parent 52ca718a4b
commit 8d8aaf9ef9
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ function verify_ssh_server_key {
kill ${pid}
}
while [[ $# > 0 ]]
while [ $# -gt 0 ]
do
key="$1"