Skip to content

Commit 26a759f

Browse files
committed
Remove pma.sh from log write.
1 parent 141a6eb commit 26a759f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ fi
14191419
# Special thanks to Pavel Galkin (https://skurudo.ru)
14201420
# https://github.com/skurudo/phpmyadmin-fixer
14211421

1422-
source $hestiacp/phpmyadmin/pma.sh >> $LOG
1422+
source $hestiacp/phpmyadmin/pma.sh > /dev/null 2>&1
14231423

14241424

14251425
#----------------------------------------------------------#

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ fi
13511351
# Special thanks to Pavel Galkin (https://skurudo.ru)
13521352
# https://github.com/skurudo/phpmyadmin-fixer
13531353

1354-
source $hestiacp/phpmyadmin/pma.sh >> $LOG
1354+
source $hestiacp/phpmyadmin/pma.sh > /dev/null 2>&1
13551355

13561356

13571357
#----------------------------------------------------------#

0 commit comments

Comments
 (0)