tag 623221 patch
thanks
On Mon, Apr 18, 2011 at 03:25:42PM +0200, Tomas Kapralek wrote:
> Error in /etc/init.d/stunnel4:
>
> Stopping SSL tunnels: /etc/init.d/stunnel4: line 59: ${$1:-TERM}: bad
> substitution
>
> Solution:
>
> < SIGNAL=${1:-TERM}
> ---
> > SIGNAL=${$1:-TERM}How did I miss this?! -- Rodrigo Gallardo -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

