Update install.sh

pull/109/head
Mr Chen 6 years ago
parent 603f954be8
commit cf7fcfa8c4
  1. 2
      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

Loading…
Cancel
Save