From caf9e3f75a6ac679bab56038cb23870bcc12757a Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 14 Jul 2020 11:13:50 -0400 Subject: [PATCH] [fix] Redirect hive_init output to log --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 4f681e12e..91c2d4806 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -630,7 +630,7 @@ if [[ -n $SO_ERROR ]]; then whiptail_setup_failed else whiptail_setup_complete - if [[ $THEHIVE == 1 ]]; then check_hive_init; fi + if [[ $THEHIVE == 1 ]]; then check_hive_init >> $setup_log 2>&1; fi fi if [[ -n $ALLOW_ROLE && -n $ALLOW_CIDR ]]; then