summarylogtreecommitdiffstats
path: root/wrapper-stamp-telepresence.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper-stamp-telepresence.sh')
-rwxr-xr-xwrapper-stamp-telepresence.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/wrapper-stamp-telepresence.sh b/wrapper-stamp-telepresence.sh
deleted file mode 100755
index 31e85ff96254..000000000000
--- a/wrapper-stamp-telepresence.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/opt/telepresence/dumb-init /bin/sh
-
-# wrap the virtualenv and extend $PATH to include telepresence
-
-export VIRTUAL_ENV=/opt/telepresence/telepresence-venv
-export PATH="${VIRTUAL_ENV}/bin:$PATH"
-
-
-RUNME=stamp-telepresence
-
-
-# pass args on
-"${VIRTUAL_ENV}/bin/${RUNME}" $@