diff --git a/bin/v-check-api-key b/bin/v-check-api-key index 2c6ccd0a..66284e69 100755 --- a/bin/v-check-api-key +++ b/bin/v-check-api-key @@ -20,7 +20,7 @@ time=$(echo "$time_n_date" |cut -f 1 -d \ ) date=$(echo "$time_n_date" |cut -f 2 -d \ ) if [[ -z $key || ${#key} -lt 16 ]]; then - echo "Error: not valid keysh" + echo "Error: not valid keys" echo "$date $time api $ip failed to login" >> $VESTA/log/auth.log exit 9 fi