From 59134574f76712732ba4c809bc3e8b53683e393e Mon Sep 17 00:00:00 2001 From: xiaosong Date: Mon, 23 Oct 2017 17:07:50 +0800 Subject: [PATCH] fix bug --- utils/mariadb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/mariadb.sh b/utils/mariadb.sh index a0a8960..cc27b31 100644 --- a/utils/mariadb.sh +++ b/utils/mariadb.sh @@ -10,8 +10,8 @@ sudo cp ${SCRIPT_ROOT}/conf/my.cnf /etc/my.cnf sudo cp ${SCRIPT_ROOT}/conf/server.cnf /etc/my.cnf.d/server.cnf echo "Install and start service..." -sudo systemctl restart php-fpm.service -sudo systemctl enable php-fpm.service +sudo systemctl restart mariadb.service +sudo systemctl enable mariadb.service # Configure MariaDB echo "Configuring MariaDB..."