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 15ae51c commit 3e96135Copy full SHA for 3e96135
install/upgrade/versions/1.9.2.sh
@@ -34,8 +34,8 @@ done
34
# Update permissiosn /usr/local/hestia/data/sessions
35
chown -R hestiaweb:hestiaweb /usr/local/hestia/data/sessions
36
37
-if [ -n $DB_PGA_ALIAS ]; then
38
- if [ -n $DB_PMA_ALIAS ]; then
+if [ -n "$DB_PGA_ALIAS" ]; then
+ if [ -n "$DB_PMA_ALIAS" ]; then
39
if [ "$DB_PMA_ALIAS" == "$DB_PGA_ALIAS" ]; then
40
$BIN/v-change-sys-db-alias pga "phppgadmin"
41
fi
0 commit comments