greater than
This commit is contained in:
parent
52ca718a4b
commit
8d8aaf9ef9
|
@ -295,7 +295,7 @@ function verify_ssh_server_key {
|
|||
kill ${pid}
|
||||
}
|
||||
|
||||
while [[ $# > 0 ]]
|
||||
while [ $# -gt 0 ]
|
||||
do
|
||||
key="$1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue