more unified output for the term and log
This commit is contained in:
parent
2f224bae4a
commit
a608952b48
@ -95,7 +95,7 @@ fi
|
||||
if [ "${CLEANUP_LOG}" -eq 1 ]; then
|
||||
if [ -f "${CLOG}" ]; then
|
||||
rm -f "${CLOG}"
|
||||
echo -e "\n${SELF}: Removed my own log ${CLOG}." | tee -a ${CLOG}
|
||||
echo -ne "\n${SELF}: Removed my own log ${CLOG}." | tee -a ${CLOG}
|
||||
fi
|
||||
if [ -f "${CLOG}".prev ]; then
|
||||
rm -f "${CLOG}".prev
|
||||
|
Loading…
Reference in New Issue
Block a user