Update install.sh

This commit is contained in:
Mr Chen 2018-12-24 11:37:53 +08:00
parent 6c864177ee
commit df5aec2e8f
1 changed files with 1 additions and 1 deletions

View File

@ -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