Update install.sh

This commit is contained in:
Victor Westerlund 2022-03-15 07:17:52 -08:00 committed by GitHub
parent 6155068c9b
commit 9b8223265b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ install python-dotenv
# Install Python libraries for cloud provider # Install Python libraries for cloud provider
case $1 in case $1 in
"gcs") "gcloud")
install google-cloud-storage install google-cloud-storage
;; ;;
@ -25,4 +25,4 @@ esac
if [ ! -f ".env" ]; then if [ ! -f ".env" ]; then
cp .env.example .env cp .env.example .env
sed -i "s/SERVICE_NAME=\"\"/SERVICE_NAME=\"$1\"" .env sed -i "s/SERVICE_NAME=\"\"/SERVICE_NAME=\"$1\"" .env
fi fi