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 ae290ce commit cc89641Copy full SHA for cc89641
func/upgrade.sh
@@ -604,7 +604,7 @@ upgrade_phppgadmin() {
604
if ! version_ge "$pga_release" "7.14.0"; then
605
cp -f $HESTIA_INSTALL_DIR/pga/config.inc.php /etc/phppgadmin/
606
fi
607
- if [ ! -f /usr/share/phppgadmin/conf/config.inc.php ]; then
+ if [ ! -L /usr/share/phppgadmin/conf/config.inc.php ]; then
608
ln -s /etc/phppgadmin/config.inc.php /usr/share/phppgadmin/conf
609
610
0 commit comments