summaryrefslogtreecommitdiffstats
path: root/remote/modules/redsocks/data/opt/openslx/scripts/systemd-setup_proxy
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-29 17:15:59 +0100
committerSimon Rettberg2013-11-29 17:15:59 +0100
commit6f51f81d3f25df98a292ba740fe15b52f3635c15 (patch)
treeb823f5cbaa4b1bf5a4731ce3a5b034298b1420cd /remote/modules/redsocks/data/opt/openslx/scripts/systemd-setup_proxy
parentReworking busybox config and included tools (diff)
parent[diverse modules] data dir: Changes shebangs to /bin/ash (diff)
downloadtm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.tar.gz
tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.tar.xz
tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.zip
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/redsocks/data/opt/openslx/scripts/systemd-setup_proxy')
-rwxr-xr-xremote/modules/redsocks/data/opt/openslx/scripts/systemd-setup_proxy2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/redsocks/data/opt/openslx/scripts/systemd-setup_proxy b/remote/modules/redsocks/data/opt/openslx/scripts/systemd-setup_proxy
index 60606148..675f12cd 100755
--- a/remote/modules/redsocks/data/opt/openslx/scripts/systemd-setup_proxy
+++ b/remote/modules/redsocks/data/opt/openslx/scripts/systemd-setup_proxy
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/ash
for wait in 1 1 2 3 4 6 8 10 end; do
grep '^#_RCONFIG_TAG$' /opt/openslx/config > /dev/null && echo "Config found!" && break