fix wrong variable name in output of failed service start
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user