Skip to content

Commit b8390b1

Browse files
committed
Echo the correct var
1 parent 51243cb commit b8390b1

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
@@ -317,7 +317,7 @@ function syshealth_repair_system_config() {
317317
fi
318318
# Quick install plugin
319319
if [ -z "$PLUGIN_APP_INSTALLER" ]; then
320-
echo "[ ! ] Adding missing variable to hestia.conf: PLUGIN_APP_INSTALLER ('yes')"
320+
echo "[ ! ] Adding missing variable to hestia.conf: PLUGIN_APP_INSTALLER ('true')"
321321
$BIN/v-change-sys-config-value "PLUGIN_APP_INSTALLER" "true"
322322
fi
323323
# Enable preview mode

0 commit comments

Comments
 (0)