From 7840002d18dc40d0513482034217720281f7ae9b Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 6 Oct 2020 10:51:31 -0400 Subject: [PATCH] update log file in title func --- salt/common/tools/sbin/so-analyst-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-analyst-install b/salt/common/tools/sbin/so-analyst-install index e31ad58e1..eb6fdb353 100755 --- a/salt/common/tools/sbin/so-analyst-install +++ b/salt/common/tools/sbin/so-analyst-install @@ -24,7 +24,7 @@ INSTALL_LOG=/root/so-analyst-install.log exec &> >(tee -a "$INSTALL_LOG") title() { - echo -e "\n-----------------------------\n $1\n-----------------------------\n" >> "$setup_log" 2>&1 + echo -e "\n-----------------------------\n $1\n-----------------------------\n" >> "$INSTALL_LOG" 2>&1 } logCmd() {