From e06b47adac5aae8e549cb364b60cefcab7129f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Wed, 16 Mar 2022 18:47:49 +0200 Subject: [PATCH] fix wrong variable name in output of failed service start --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 439ef90..56e9fd7 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -865,7 +865,7 @@ function VerifyServiceStart { echo "" >>"$LOGFILE" runcmd "journalctl --since '$LOGTIME' -u $XO_SVC >> $LOGFILE" 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 fi