From a319410f61595d72c53143cfe5af4fdd950ca0b8 Mon Sep 17 00:00:00 2001 From: Micah Anderson <micah@riseup.net> Date: Thu, 20 Feb 2020 09:40:53 -0500 Subject: [PATCH] Remove syntax error in variable in shapeshifter-dispatcher chaperone config --- chaperone.d/shapeshifter-dispatcher.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaperone.d/shapeshifter-dispatcher.conf b/chaperone.d/shapeshifter-dispatcher.conf index eba99ee..2d2bb85 100644 --- a/chaperone.d/shapeshifter-dispatcher.conf +++ b/chaperone.d/shapeshifter-dispatcher.conf @@ -1,4 +1,4 @@ shapeshifter-dispatcher.service: { - command: "/bin/sh -c 'exec /usr/local/bin/shapeshifter-dispatcher -transparent -server -state /srv/leap/shapeshifter-state -orport ${RHOST:-127.0.0.1}:${RPORT:-1194} -transports obfs4 -bindaddr obfs4-${LHOST:-$(default(ip))}:${OBFSPORT:-23042} -logLevel ${LOGLEVEL:-WARN} -enableLogging -extorport ${RHOST:-127.0.0.1}:${EXTORPORT:-3334}'", + command: "/bin/sh -c 'exec /usr/local/bin/shapeshifter-dispatcher -transparent -server -state /srv/leap/shapeshifter-state -orport ${RHOST:-127.0.0.1}:${RPORT:-1194} -transports obfs4 -bindaddr obfs4-${LHOST}:${OBFSPORT:-23042} -logLevel ${LOGLEVEL:-WARN} -enableLogging -extorport ${RHOST:-127.0.0.1}:${EXTORPORT:-3334}'", exit_kills: true } -- GitLab