From c6a9f0cb9afe811c33b2dbaaf63b79d026a02712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Sun, 30 Jan 2022 13:19:59 +0200 Subject: [PATCH] reference the actual logfile in case of error instead of vaguely mentioning logs --- xo-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xo-install.sh b/xo-install.sh index a511774..0bf380f 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -114,7 +114,7 @@ function SelfUpgrade { printok "Self upgrade done" exec "$SCRIPT_DIR/xo-install.sh" "$@" } || - printfail "Failed to self upgrade. Check logs for more details. Continuing with current version" + printfail "Failed to self upgrade. Check $LOGFILE for more details. Continuing with current version" fi fi fi @@ -855,7 +855,7 @@ function VerifyServiceStart { # if service startup failed... else echo - printfail "$TASK completed, but looks like there was a problem when starting $XO_SVC. Please see logs for more details" + printfail "$TASK completed, but looks like there was a problem when starting $XO_SVC. Check $LOGFILE for more details" # shellcheck disable=SC2129 echo "" >>"$LOGFILE" echo "$TASK failed" >>"$LOGFILE"