Skip to content

Commit 3e96135

Browse files
committed
Fix linting issue
1 parent 15ae51c commit 3e96135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/versions/1.9.2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ done
3434
# Update permissiosn /usr/local/hestia/data/sessions
3535
chown -R hestiaweb:hestiaweb /usr/local/hestia/data/sessions
3636

37-
if [ -n $DB_PGA_ALIAS ]; then
38-
if [ -n $DB_PMA_ALIAS ]; then
37+
if [ -n "$DB_PGA_ALIAS" ]; then
38+
if [ -n "$DB_PMA_ALIAS" ]; then
3939
if [ "$DB_PMA_ALIAS" == "$DB_PGA_ALIAS" ]; then
4040
$BIN/v-change-sys-db-alias pga "phppgadmin"
4141
fi

0 commit comments

Comments
 (0)