Skip to content

Commit

Permalink
Fix comments copy in provision/core/mariadb/provision.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Tom J Nowell <[email protected]>
  • Loading branch information
pentatonicfunk and tomjn authored Oct 21, 2024
1 parent c72778f commit 33db168
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 @@ -125,7 +125,7 @@ function mysql_setup() {
vvv_info " * Copied /srv/provision/core/mariadb/config/debian.cnf to /etc/mysql/debian.cnf"

# Due to systemd dependencies, in docker, mysql service is not auto started
# also docker isn't systemd based, so thee service name is different: see: https://mariadb.com/kb/en/systemd/ vs https://mariadb.com/kb/en/sysvinit/
# also docker isn't systemd based, so the service name is different: see: https://mariadb.com/kb/en/systemd/ vs https://mariadb.com/kb/en/sysvinit/
mysql_service_name=$(vvv_get_mysql_service_name)
vvv_info " * Ensuring MariaDB service is started"
service "${mysql_service_name[@]}" status > /dev/null || service "${mysql_service_name[@]}" start
Expand Down

0 comments on commit 33db168

Please sign in to comment.