summaryrefslogtreecommitdiffstats
path: root/noise-as-shack
diff options
context:
space:
mode:
Diffstat (limited to 'noise-as-shack')
-rwxr-xr-xnoise-as-shack2
1 files changed, 1 insertions, 1 deletions
diff --git a/noise-as-shack b/noise-as-shack
index c327bb81..10ae3c1c 100755
--- a/noise-as-shack
+++ b/noise-as-shack
@@ -1,4 +1,4 @@
#! /bin/sh
qname="`readlink -f "$0"`"
dirname="`dirname "$qname"`"
-exec su - shack -c "$dirname"/noise
+exec su - shack -c "env -i TCPREMOTEIP=\"$TCPREMOTEIP\" \"$dirname/noise\""