Skip to content

Commit 674d593

Browse files
authored
Update hst-install-ubuntu.sh
1 parent 9546f1f commit 674d593

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,8 +1364,9 @@ if [ "$mysql" = 'yes' ]; then
13641364
mycnf="my-large.cnf"
13651365
fi
13661366

1367-
#remove symbolic link
1368-
rm /etc/mysql/my.cnf
1367+
# Remove symbolic link
1368+
rm -f /etc/mysql/my.cnf
1369+
13691370
# Configuring MariaDB
13701371
cp -f $HESTIA_INSTALL_DIR/mysql/$mycnf /etc/mysql/my.cnf
13711372
mysql_install_db >> $LOG

0 commit comments

Comments
 (0)