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 ef222e1 commit fef7531Copy full SHA for fef7531
install/hst-install-debian.sh
@@ -1324,7 +1324,7 @@ if [ "$mysql" = 'yes' ]; then
1324
cp -f $hestiacp/mysql/$mycnf /etc/mysql/my.cnf
1325
mysql_install_db >> $LOG
1326
1327
- update-rc.d mysql defaults
+ update-rc.d mysql defaults > /dev/null 2>&1
1328
service mysql start >> $LOG
1329
check_result $? "mariadb start failed"
1330
install/hst-install-ubuntu.sh
@@ -1287,7 +1287,7 @@ if [ "$mysql" = 'yes' ]; then
1287
1288
1289
1290
1291
1292
1293
0 commit comments