14 Oct
2009
14 Oct
'09
7:18 p.m.
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