Skip to content

Remove unnecessary command from Makefile #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SOHELAHMED7 opened this issue Jul 27, 2024 · 0 comments · Fixed by #16
Closed

Remove unnecessary command from Makefile #15

SOHELAHMED7 opened this issue Jul 27, 2024 · 0 comments · Fixed by #16
Assignees

Comments

@SOHELAHMED7
Copy link
Member

Part of cebe#180

Fix below TODO

File: Makefile

# if updated to PHP 7.4 or more, this command is not needed (TODO)
	docker-compose exec -T mysql timeout 60s sh -c "while ! (mysql --execute \"ALTER USER 'dbuser'@'%' IDENTIFIED WITH mysql_native_password BY 'dbpass';\" > /dev/null 2>&1); do echo -n '.'; sleep 0.1 ; done; echo 'ok'" || (docker-compose ps; docker-compose logs; exit 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant