Skip to content

Commit 9546f1f

Browse files
authored
Update hst-install-debian.sh
1 parent eea4046 commit 9546f1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/hst-install-debian.sh

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

1327-
#remove symbolic link
1328-
rm /etc/mysql/my.cnf
1327+
# Remove symbolic link
1328+
rm -f /etc/mysql/my.cnf
1329+
13291330
# Configuring MariaDB
13301331
cp -f $HESTIA_INSTALL_DIR/mysql/$mycnf /etc/mysql/my.cnf
13311332
mysql_install_db >> $LOG

0 commit comments

Comments
 (0)