On 21/12/20 8:51 am, Ronan Lucio wrote:
I tried executing it manually and got this:

     $ sudo wg syncconf wg0 <(exec /usr/bin/wg-quick strip wg0)>
     -bash: syntax error near unexpected token `newline'

Your command:

sudo wg syncconf wg0 <(exec /usr/bin/wg-quick strip wg0)>

has an output redirection character ('>') at the end, so bash was expecting a filename after that, but got a newline instead.

Best Regards,
Adrian

Reply via email to