summaryrefslogtreecommitdiff
path: root/package/privoxy/files/privoxy.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/privoxy/files/privoxy.init')
-rw-r--r--package/privoxy/files/privoxy.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/privoxy/files/privoxy.init b/package/privoxy/files/privoxy.init
index 3f4bd6021..2254ee1c6 100644
--- a/package/privoxy/files/privoxy.init
+++ b/package/privoxy/files/privoxy.init
@@ -6,7 +6,7 @@
case $1 in
autostop) ;;
autostart)
- [[ $privoxy = NO ]] && exit 0
+ test x"${privoxy:-NO}" = x"NO" && exit 0
exec sh $0 start
;;
start)