From 13d58ff390fb6613be6626811183064cf71603ca Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Tue, 9 Feb 2021 09:08:56 +0100 Subject: [PATCH] Update v-check-api-key --- bin/v-check-api-key | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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