fix bug
This commit is contained in:
@@ -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
|
sudo cp ${SCRIPT_ROOT}/conf/server.cnf /etc/my.cnf.d/server.cnf
|
||||||
|
|
||||||
echo "Install and start service..."
|
echo "Install and start service..."
|
||||||
sudo systemctl restart php-fpm.service
|
sudo systemctl restart mariadb.service
|
||||||
sudo systemctl enable php-fpm.service
|
sudo systemctl enable mariadb.service
|
||||||
|
|
||||||
# Configure MariaDB
|
# Configure MariaDB
|
||||||
echo "Configuring MariaDB..."
|
echo "Configuring MariaDB..."
|
||||||
|
|||||||
Reference in New Issue
Block a user