diff options
author | Roy Marples <roy@marples.name> | 2007-11-23 22:22:18 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-23 22:22:18 +0000 |
commit | 6bc37fd203298f8467d70da4d7bbc37a2e2192bb (patch) | |
tree | 52631f18a50ad81982eb2da48c4a62334c72702e /sh/runscript.sh | |
parent | 5f120db647e59eada6b434243d796bd31792bdad (diff) |
this is still an env var
Diffstat (limited to 'sh/runscript.sh')
-rwxr-xr-x | sh/runscript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/runscript.sh b/sh/runscript.sh index 78433e87..162efb28 100755 --- a/sh/runscript.sh +++ b/sh/runscript.sh @@ -59,7 +59,7 @@ describe() { done } -yesno ${rc_debug} && set -x +yesno ${RC_DEBUG} && set -x # If we're net.eth0 or openvpn.work then load net or openvpn config _c=${SVCNAME%%.*} |