This commit is contained in:
2017-10-23 17:07:50 +08:00
parent 37a5cec3bf
commit 59134574f7

View File

@@ -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..."