Skip to content

Commit 33db168

Browse files
Fix comments copy in provision/core/mariadb/provision.sh
Co-authored-by: Tom J Nowell <[email protected]>
1 parent c72778f commit 33db168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision/core/mariadb/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function mysql_setup() {
125125
vvv_info " * Copied /srv/provision/core/mariadb/config/debian.cnf to /etc/mysql/debian.cnf"
126126

127127
# Due to systemd dependencies, in docker, mysql service is not auto started
128-
# 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/
128+
# 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/
129129
mysql_service_name=$(vvv_get_mysql_service_name)
130130
vvv_info " * Ensuring MariaDB service is started"
131131
service "${mysql_service_name[@]}" status > /dev/null || service "${mysql_service_name[@]}" start

0 commit comments

Comments
 (0)