Skip to content

Commit

Permalink
fix(scripts/install-dev): Set executable bit to client env scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Dec 7, 2020
1 parent 4a64674 commit 322dfcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -664,11 +664,13 @@ echo "export BACKEND_ENDPOINT=http://127.0.0.1:${MANAGER_PORT}/" >> my-backend-a
echo "export BACKEND_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" >> my-backend-ai.sh
echo "export BACKEND_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" >> my-backend-ai.sh
echo "export BACKEND_ENDPOINT_TYPE=api" >> my-backend-ai.sh
chmod +x my-backend-ai.sh

echo "export BACKEND_ENDPOINT=http://0.0.0.0:${CONSOLE_SERVER_PORT}" >> my-backend-ai-session.sh
echo "export BACKEND_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" >> my-backend-ai-session.sh
echo "export BACKEND_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" >> my-backend-ai-session.sh
echo "export BACKEND_ENDPOINT_TYPE=session" >> my-backend-ai-session.sh
chmod +x my-backend-ai-session.sh

show_info "Pre-pulling frequently used kernel images..."
echo "NOTE: Other images will be downloaded from the docker registry when requested.\n"
Expand Down

0 comments on commit 322dfcb

Please sign in to comment.