Skip to content

Commit

Permalink
Fix flotilla setup.sh bug
Browse files Browse the repository at this point in the history
  • Loading branch information
phhuseboe committed Dec 9, 2022
1 parent 108e618 commit aa0c726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ -f $flotilla_dir/.env ]; then
backend_abort="true"
fi
fi
if [ "$frontend_abort" != "true" ]; then
if [ "$backend_abort" != "true" ]; then
echo -e "Flotilla azure client secret needed for backend dockerization."
echo -en "Input Flotilla Azure Client Secret (copy-paste from KeyVault):\n"

Expand Down

0 comments on commit aa0c726

Please sign in to comment.