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 c20996d commit 335513fCopy full SHA for 335513f
func/syshealth.sh
@@ -328,7 +328,7 @@ function syshealth_repair_system_config() {
328
# Hide system services
329
if [ -z "$POLICY_SYSTEM_HIDE_SERVICES" ]; then
330
echo "[ ! ] Adding missing variable to hestia.conf: POLICY_SYSTEM_HIDE_SERVICES ('no')"
331
- $BIN/v-change-sys-config-value "POLICY_SYSTEM_HIDE_ADMIN" "no"
+ $BIN/v-change-sys-config-value "POLICY_SYSTEM_HIDE_SERVICES" "no"
332
fi
333
# Password reset
334
if [ -z "$POLICY_SYSTEM_PASSWORD_RESET" ]; then
0 commit comments