Skip to content

Commit

Permalink
Service Restart Docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Sep 18, 2024
1 parent 0f0b0bd commit b5c9245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/core/mariadb/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function mysql_setup() {

# Due to systemd dependencies, in docker, mysql service is not auto started
vvv_info " * Ensuring MariaDB service is started"
service mariadb restart
service mariadb status > /dev/null || service mariadb start

if [ "${VVV_DOCKER}" != 1 ]; then
check_mysql_root_password
Expand Down

0 comments on commit b5c9245

Please sign in to comment.