Hi,
I have made a logical error on my last script.

On line 24:
if [ -n "$HOME" ]; then

It should be:
if [ -z "$HOME" ]; then

Thanks!

Pau Tallada.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to