summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautoconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconfig b/autoconfig
index d8df734..f7d3284 100755
--- a/autoconfig
+++ b/autoconfig
@@ -215,7 +215,7 @@ check_svc() {
if rc-service -e "${2}"
then
echo "${2}"
- elif [ -n "${3}" ] && rc-service -e ${3}"
+ elif [ -n "${3}" ] && rc-service -e "${3}"
then
echo "${3}"
fi