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 97e4cbc commit 55fe5d1Copy full SHA for 55fe5d1
func/syshealth.sh
@@ -514,12 +514,12 @@ function syshealth_repair_system_config() {
514
515
if [[ -z $(check_key_exists 'POLICY_SYNC_ERROR_DOCUMENTS') ]]; then
516
echo "[ ! ] Adding missing variable to hestia.conf: POLICY_SYNC_ERROR_DOCUMENTS ('yes')"
517
- $BIN/v-change-sys-config-value "HIDE_DOCS" "no"
+ $BIN/v-change-sys-config-value "POLICY_SYNC_ERROR_DOCUMENTS" "no"
518
fi
519
520
if [[ -z $(check_key_exists 'POLICY_SYNC_SKELETON') ]]; then
521
echo "[ ! ] Adding missing variable to hestia.conf: POLICY_SYNC_SKELETON ('yes')"
522
+ $BIN/v-change-sys-config-value "POLICY_SYNC_SKELETON" "no"
523
524
525
touch $HESTIA/conf/hestia.conf.new
0 commit comments