diff --git a/script.sh b/script.sh index 87adfa4..72fa696 100755 --- a/script.sh +++ b/script.sh @@ -25,6 +25,7 @@ elif [[ $1 == "huawei" ]]; then s config add --AccessKeyID $3 --SecretAccessKey $4 -a $5 -f elif [[ $1 == "tencent" ]]; then s config add --AccountID $3 --SecretID $4 --SecretKey $5 -a $6 -f +fi echo '################################################' echo 'The access has been configured automatically, use "s config get" to check.'