Skip to content

Commit

Permalink
Merge pull request #1317 from pierotofy/dc
Browse files Browse the repository at this point in the history
Fix start.sh
  • Loading branch information
pierotofy authored Mar 30, 2023
2 parents 57c4f06 + fd80f49 commit 3ef4c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ congrats(){

echo -e "\033[93m"
echo Open a web browser and navigate to $proto://$WO_HOST:$WO_PORT
echo -e "\033[39m"
echo -e "\033[39m") &
}

if [ "$1" = "--setup-devenv" ] || [ "$2" = "--setup-devenv" ] || [ "$1" = "--no-gunicorn" ]; then
Expand Down

0 comments on commit 3ef4c04

Please sign in to comment.