Use yesno for more robustness

This commit is contained in:
Roy Marples
2007-11-22 13:37:24 +00:00
parent 5f37abddde
commit a1b9dabf4e
4 changed files with 9 additions and 9 deletions

View File

@@ -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%%.*}