Skip to content

Commit 2979924

Browse files
authored
Disable during upgrade
1 parent 8607b72 commit 2979924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

func/upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ upgrade_health_check() {
146146

147147
# Inactive session timeout
148148
if [ -z "$ALLOW_USERS_SYSTEM" ]; then
149-
echo "[ ! ] Adding missing variable to hestia.conf: ALLOW_USERS_SYSTEM ('no')"
150-
$BIN/v-change-sys-config-value "ALLOW_USERS_SYSTEM" "no"
149+
echo "[ ! ] Adding missing variable to hestia.conf: ALLOW_USERS_SYSTEM ('yes')"
150+
$BIN/v-change-sys-config-value "ALLOW_USERS_SYSTEM" "yes"
151151
fi
152152

153153
echo "[ * ] Health check complete. Starting upgrade from $VERSION to $new_version..."

0 commit comments

Comments
 (0)