...
> echo -e "\033[01;33m-----------------=======\033[01;32m
> Firewall\033[01;33m =======------------------"
> echo " By: Yuri Rodrigues "
> echo -e "\033[01;37mLOGS: [ /var/log/kern.log ] "
unless I missed a newer version, all your 'echo ...' are missing the reset
sequence '\e[0;37m' (unless you did it on purpose).
I'd rather not use ANSI sequences (or colors at all) *by default* though,
as one might need to run the script from a simple terminal (eg. via serial
line) which doesn't understand them.
--
paolo
--
To UNSUBSCRIBE, email to debian-firewall-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
No comments:
Post a Comment