diff options
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 8aab605c..5ba1004d 100755 --- a/sh/runscript.sh +++ b/sh/runscript.sh @@ -59,7 +59,7 @@ describe() { done } -[ "${RC_DEBUG}" = "yes" ] && set -x +yesno ${RC_DEBUG} && set -x # If we're net.eth0 or openvpn.work then load net or openvpn config rc_c=${SVCNAME%%.*} |