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 8607b72 commit 2979924Copy full SHA for 2979924
func/upgrade.sh
@@ -146,8 +146,8 @@ upgrade_health_check() {
146
147
# Inactive session timeout
148
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"
+ echo "[ ! ] Adding missing variable to hestia.conf: ALLOW_USERS_SYSTEM ('yes')"
+ $BIN/v-change-sys-config-value "ALLOW_USERS_SYSTEM" "yes"
151
fi
152
153
echo "[ * ] Health check complete. Starting upgrade from $VERSION to $new_version..."
0 commit comments