Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe authored Feb 13, 2022
1 parent 2dd58c3 commit 4ba9797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ deploy_openwhisk() {
# Set up wsk properties for all users
for FILE in /users/*; do
CURRENT_USER=${FILE##*/}
echo -e '
echo -e "
APIHOST=$1:31001
AUTH=23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
' | sudo tee /users/$CURRENT_USER/.wskprops
" | sudo tee /users/$CURRENT_USER/.wskprops
sudo chown $CURRENT_USER:$PROFILE_GROUP /users/$CURRENT_USER/.wskprops
done
}
Expand Down

0 comments on commit 4ba9797

Please sign in to comment.