We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea4046 commit 9546f1fCopy full SHA for 9546f1f
install/hst-install-debian.sh
@@ -1324,8 +1324,9 @@ if [ "$mysql" = 'yes' ]; then
1324
mycnf="my-large.cnf"
1325
fi
1326
1327
- #remove symbolic link
1328
- rm /etc/mysql/my.cnf
+ # Remove symbolic link
+ rm -f /etc/mysql/my.cnf
1329
+
1330
# Configuring MariaDB
1331
cp -f $HESTIA_INSTALL_DIR/mysql/$mycnf /etc/mysql/my.cnf
1332
mysql_install_db >> $LOG
0 commit comments