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 51243cb commit b8390b1Copy full SHA for b8390b1
func/syshealth.sh
@@ -317,7 +317,7 @@ function syshealth_repair_system_config() {
317
fi
318
# Quick install plugin
319
if [ -z "$PLUGIN_APP_INSTALLER" ]; then
320
- echo "[ ! ] Adding missing variable to hestia.conf: PLUGIN_APP_INSTALLER ('yes')"
+ echo "[ ! ] Adding missing variable to hestia.conf: PLUGIN_APP_INSTALLER ('true')"
321
$BIN/v-change-sys-config-value "PLUGIN_APP_INSTALLER" "true"
322
323
# Enable preview mode
0 commit comments