From 07325bae9159eaa1bfc436eca3b096d341ccd2e3 Mon Sep 17 00:00:00 2001 From: Micah Anderson <micah@riseup.net> Date: Thu, 20 Feb 2020 10:02:02 -0500 Subject: [PATCH] remove unnecessary parameter expansion, as these are passed in to the service --- 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 2d2bb85..3505d89 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}:${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}:${RPORT} -transports obfs4 -bindaddr obfs4-${LHOST}:${OBFSPORT} -logLevel ${LOGLEVEL} -enableLogging -extorport ${RHOST}:${EXTORPORT}'", exit_kills: true } -- GitLab