From a1b9dabf4e89b9f4bb7f0c318ff87bb4d0be2168 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 22 Nov 2007 13:37:24 +0000 Subject: Use yesno for more robustness --- sh/runscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/runscript.sh') 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%%.*} -- cgit v1.2.3