Use yesno
This commit is contained in:
parent
bbd25ccc00
commit
cd0cd1167e
@ -47,10 +47,7 @@ start() {
|
|||||||
|
|
||||||
# Ensure that the users rc.conf will start us - ignore the defaults
|
# Ensure that the users rc.conf will start us - ignore the defaults
|
||||||
eval enabled=\$$(basename "${svc}")_enable
|
eval enabled=\$$(basename "${svc}")_enable
|
||||||
case "$enabled" in
|
yesno ${enabled} || continue
|
||||||
[Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) ;;
|
|
||||||
*) continue ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# Good to go!
|
# Good to go!
|
||||||
"$svc" start && started="${started} ${svc}"
|
"$svc" start && started="${started} ${svc}"
|
||||||
|
Loading…
Reference in New Issue
Block a user