Skip to content

Commit 6723abf

Browse files
committed
Fix PMA Button as explained in hestiacp#1078
1 parent 2e05ab4 commit 6723abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ if [ "$postgresql" = 'yes' ]; then
14491449
fi
14501450
cp -f $HESTIA_INSTALL_DIR/pga/config.inc.php /etc/phppgadmin/
14511451

1452-
echo "DB_PMA_ALIAS='phppgadmin'" >> $HESTIA/conf/hestia.conf
1452+
echo "DB_PGA_ALIAS='phppgadmin'" >> $HESTIA/conf/hestia.conf
14531453
$HESTIA/bin/v-change-sys-db-alias 'pga' "phppgadmin"
14541454
fi
14551455

0 commit comments

Comments
 (0)