File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ function mysql_setup() {
125
125
vvv_info " * Copied /srv/provision/core/mariadb/config/debian.cnf to /etc/mysql/debian.cnf"
126
126
127
127
# 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/
129
129
mysql_service_name=$( vvv_get_mysql_service_name)
130
130
vvv_info " * Ensuring MariaDB service is started"
131
131
service " ${mysql_service_name[@]} " status > /dev/null || service " ${mysql_service_name[@]} " start
You can’t perform that action at this time.
0 commit comments