diff --git a/script.sh b/script.sh index f4f24a1..cf6a0a5 100755 --- a/script.sh +++ b/script.sh @@ -1,4 +1,5 @@ npm i @serverless-devs/s -g --registry=https://registry.npmmirror.com s config add --AccountID $1 --AccessKeyID $2 --AccessKeySecret $3 -a $4 -f echo 'Serverless-devs has been installed successfully.' -s config get $4 \ No newline at end of file +echo 'The access has been configured automatically, as shown bellow.' +s config get -a $4 \ No newline at end of file