On Tue, 2009-10-13 at 22:53 -0500, Jose Luis Marin Perez wrote:
> I added the line you mentioned 
> 
> echo "yeah i got here" > /tmp/autocreate
> 
> and did not create the file /tmp/autocreate 

Then it needs more debugging. Try:

>  This is the script with the real domain:
> 
> #!/bin/bash
> 
> DOMAIN=`echo $USER|sed s/^.*@//`

echo $USER > /tmp/autocreate
echo $DOMAIN >> /tmp/autocreate

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to