Skip to content

Commit

Permalink
Hotfix: wait_mysql: command not found (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
babeuloula authored Jul 6, 2022
1 parent bbccf93 commit 199fb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ block_info "Install dependencies"
install_composer "${DOCKER_ENV}"
echo -e "${GREEN}Dependencies installed with success!${RESET}" > /dev/tty

wait_mysql
wait_database
database_and_migrations

end=$(date +%s)
Expand Down

0 comments on commit 199fb63

Please sign in to comment.