From 1293d5537a67269338b393a68268cbde3facb2b4 Mon Sep 17 00:00:00 2001 From: "huyikun.hyk" Date: Tue, 16 Jan 2024 10:38:41 +0800 Subject: [PATCH] feat: change output --- script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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