Soren Hansen <[EMAIL PROTECTED]> writes:

> I'm quite sure it's the following line with the bashism on it. :-)
>
> It currently reads:
>
> ${ASTSBINDIR}/asterisk ${CLIARGS} ${ASTARGS} >& /dev/${TTY} <
> /dev/${TTY}
>
> Changing it to this should fix it (untested):
>
> ${ASTSBINDIR}/asterisk ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 <
> /dev/${TTY}

That seems to work (it starts, and IO on the console is functional).

> I'll upload a fix when I have time to test it properly (no more than a
> few days).

Thanks!

-- 
safe_asterisk not compatible with dash
https://launchpad.net/bugs/68742

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to