From cf7fcfa8c4a0199d2781b8b5cc0f2fbb8b993ff6 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 24 Dec 2018 11:37:53 +0800 Subject: [PATCH] Update install.sh --- plugins/gae/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gae/install.sh b/plugins/gae/install.sh index 78b1dc74c..a6191a60a 100755 --- a/plugins/gae/install.sh +++ b/plugins/gae/install.sh @@ -25,7 +25,7 @@ Install_gae() wget -O $serverPath/source/gae/$file https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/$file fi - if [ ! -f $serverPath/source/gae/google-cloud-sdk ];then + if [ ! -d $serverPath/source/gae/google-cloud-sdk ];then cd $serverPath/source/gae && tar zxvf $file fi