]> git.pld-linux.org Git - packages/inn.git/blobdiff - news.init
- standarized reaction if NETWRKING=no.
[packages/inn.git] / news.init
index 1e7339522879eaa597813c4395991d8a6f66ef52..dbc10c4c568bf61b3914a3993eb0e38b9f3bb419 100644 (file)
--- a/news.init
+++ b/news.init
@@ -20,7 +20,7 @@
 [ -f /etc/sysconfig/inn ] && . /etc/sysconfig/inn
 
 # Check that networking is up.
-[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down"; exit 0
+[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down" && exit 0
 
 # Sanity check
 [ -d /etc/news ] || exit 0
This page took 0.063059 seconds and 4 git commands to generate.