Skip to content

Commit 295b9b4

Browse files
committed
Fix if statement
1 parent 65dd926 commit 295b9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.4.6.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
####### Place additional commands below. #######
77
#######################################################################################
88

9-
if [ -z "$DB_PMA_ALIAS" ]; then
9+
if [ ! -z "$DB_PMA_ALIAS" ]; then
1010
$HESTIA/bin/v-change-sys-db-alias 'pma' $DB_PMA_ALIAS
1111
fi

0 commit comments

Comments
 (0)