Re: [toaster] bash error?

2007-04-15 Thread Qmail List

echo "[EMAIL PROTECTED]" > .qmail-mailer-daemon ;\ echo
"[EMAIL PROTECTED]" > .qmail-root )

-bash:  : command not found
-bash:  : command not found

What command is missing here?



The opening parentheses.


[EMAIL PROTECTED] ~]# (cd ~alias; echo "[EMAIL PROTECTED]" > .qmail-postmaster 
;\

echo "[EMAIL PROTECTED]" > .qmail-mailer-daemon ;\
echo "[EMAIL PROTECTED]" > .qmail-root )

-bash:  : command not found
-bash:  : command not found

This is the exactly the same as the tutorial and i am still getting the 
error.


Please help.

THanks 



Re: [toaster] bash error?

2007-04-15 Thread Bill Shupp
Qmail List wrote:
> Hi,
> 
>> echo "[EMAIL PROTECTED]" > .qmail-mailer-daemon ;\ echo
>> "[EMAIL PROTECTED]" > .qmail-root ) 
> -bash:  : command not found
> -bash:  : command not found
> 
> What command is missing here?
>

The opening parentheses.

Bill


[toaster] bash error?

2007-04-15 Thread Qmail List

Hi,

echo "[EMAIL PROTECTED]" > .qmail-mailer-daemon ;\ 
echo "[EMAIL PROTECTED]" > .qmail-root ) 

-bash:  : command not found
-bash:  : command not found

What command is missing here?


Thanks