Echo the right location for the log.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2018-01-20 08:45:41 -08:00
parent cacfe4d387
commit 9543203610
No known key found for this signature in database
GPG key ID: DF500355947432A9

View file

@ -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}"
}