update log file in title func

This commit is contained in:
m0duspwnens
2020-10-06 10:51:31 -04:00
parent 85168e9318
commit 7840002d18

View File

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