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 9546f1f commit 674d593Copy full SHA for 674d593
install/hst-install-ubuntu.sh
@@ -1364,8 +1364,9 @@ if [ "$mysql" = 'yes' ]; then
1364
mycnf="my-large.cnf"
1365
fi
1366
1367
- #remove symbolic link
1368
- rm /etc/mysql/my.cnf
+ # Remove symbolic link
+ rm -f /etc/mysql/my.cnf
1369
+
1370
# Configuring MariaDB
1371
cp -f $HESTIA_INSTALL_DIR/mysql/$mycnf /etc/mysql/my.cnf
1372
mysql_install_db >> $LOG
0 commit comments