Skip to content

Commit 335513f

Browse files
committed
Forgot to add POLICY_SYSTEM_HIDE_SERVICES
1 parent c20996d commit 335513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/syshealth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function syshealth_repair_system_config() {
328328
# Hide system services
329329
if [ -z "$POLICY_SYSTEM_HIDE_SERVICES" ]; then
330330
echo "[ ! ] Adding missing variable to hestia.conf: POLICY_SYSTEM_HIDE_SERVICES ('no')"
331-
$BIN/v-change-sys-config-value "POLICY_SYSTEM_HIDE_ADMIN" "no"
331+
$BIN/v-change-sys-config-value "POLICY_SYSTEM_HIDE_SERVICES" "no"
332332
fi
333333
# Password reset
334334
if [ -z "$POLICY_SYSTEM_PASSWORD_RESET" ]; then

0 commit comments

Comments
 (0)