more unified output for the term and log

master
George Danchev 12 years ago
parent cca8143fb7
commit d6ddf8924c

@ -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…
Cancel
Save