I thought that just as when a scrpt fails, the &quot;fail&quot; message comes out in red, the &quot;ok&quot; should<br>
come in green, so I modified log_end_msg() like this:<br>
<br>
RED....<br>
GREEN=`$TPUT setaf 2`<br>
...<br>
if [ $1 -eq 0 ]; then<br>
&nbsp;&nbsp;&nbsp; echo &quot;$UP$END[ ${GREEN}ok${NORMAL} ]&quot;<br>
else<br>
....<br>
<br>
Greetings<br>
<br>
PS: it would be nice to have localized messages in those scripts, at least in those mantained by the ubuntu team.<br>
Bash makes it easy with gettext/xgettext.<br><br>-- <br>I don't use Explorer, do you? <br>Get Mozilla Firefox:&nbsp;&nbsp; <br><a href="http://www.mozilla.org/firefox/">http://www.mozilla.org/firefox/</a>