From 7ee0fd63752a551139f84a6dc20082a8f199f42a Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 4 Mar 2021 11:31:22 -0500 Subject: [PATCH] [wip] Specify setup log location to user when directing them to it --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 56c0ecc5f..eaa8e8af1 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -595,7 +595,7 @@ whiptail_invalid_proxy() { read -r -d '' message <<- EOM Could not reach test url using proxy ${so_proxy}. - Check log for details. + Check log (${setup_log}) for details. EOM whiptail --title "Security Onion Setup" --msgbox "$message" 10 60