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 141a6eb commit 26a759fCopy full SHA for 26a759f
install/hst-install-debian.sh
@@ -1419,7 +1419,7 @@ fi
1419
# Special thanks to Pavel Galkin (https://skurudo.ru)
1420
# https://github.com/skurudo/phpmyadmin-fixer
1421
1422
-source $hestiacp/phpmyadmin/pma.sh >> $LOG
+source $hestiacp/phpmyadmin/pma.sh > /dev/null 2>&1
1423
1424
1425
#----------------------------------------------------------#
install/hst-install-ubuntu.sh
@@ -1351,7 +1351,7 @@ fi
1351
1352
1353
1354
1355
1356
1357
0 commit comments