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 65dd926 commit 295b9b4Copy full SHA for 295b9b4
install/upgrade/versions/1.4.6.sh
@@ -6,6 +6,6 @@
6
####### Place additional commands below. #######
7
#######################################################################################
8
9
-if [ -z "$DB_PMA_ALIAS" ]; then
+if [ ! -z "$DB_PMA_ALIAS" ]; then
10
$HESTIA/bin/v-change-sys-db-alias 'pma' $DB_PMA_ALIAS
11
fi
0 commit comments