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() {