From 954320361052e93cab2802fde6be02297befeba5 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sat, 20 Jan 2018 08:45:41 -0800 Subject: [PATCH] Echo the right location for the log. Signed-off-by: Dan Schaper --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 1c035d2e..be5621a7 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2154,7 +2154,7 @@ main() { fi # Display where the log file is - echo -e "\\n ${INFO} The install log is located at: ${INSTALL_LOG_LOC} + echo -e "\\n ${INFO} The install log is located at: ${installLogLoc} ${COL_LIGHT_GREEN}${INSTALL_TYPE} Complete! ${COL_NC}" }