Skip to content
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

Remove unnecessary command from Makefile #15

Open
SOHELAHMED7 opened this issue Jul 27, 2024 · 0 comments · May be fixed by #16
Open

Remove unnecessary command from Makefile #15

SOHELAHMED7 opened this issue Jul 27, 2024 · 0 comments · May be 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)
@SOHELAHMED7 SOHELAHMED7 self-assigned this Jul 27, 2024
@SOHELAHMED7 SOHELAHMED7 linked a pull request Jul 27, 2024 that will close this issue
@SOHELAHMED7 SOHELAHMED7 linked a pull request Jul 27, 2024 that will close this issue
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