Skip to content

Commit

Permalink
feat: script check
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikun.hyk committed Feb 26, 2024
1 parent 0ad97c1 commit 9321602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand Down

0 comments on commit 9321602

Please sign in to comment.