fix wrong variable name in output of failed service start

This commit is contained in:
Roni Väyrynen
2022-03-16 18:47:49 +02:00
parent f0b98618a7
commit e06b47adac

View File

@@ -865,7 +865,7 @@ function VerifyServiceStart {
echo "" >>"$LOGFILE" echo "" >>"$LOGFILE"
runcmd "journalctl --since '$LOGTIME' -u $XO_SVC >> $LOGFILE" runcmd "journalctl --since '$LOGTIME' -u $XO_SVC >> $LOGFILE"
echo echo
echo "Control $SERVICE service with systemctl for stop/start/restart etc." echo "Control $XO_SVC service with systemctl for stop/start/restart etc."
exit 1 exit 1
fi fi