]> git.pld-linux.org Git - packages/GNUnet.git/blobdiff - gnunet.init
- syntax error fixed
[packages/GNUnet.git] / gnunet.init
index e657f9a818d518766d845ac648c628e44f4aa3fa..4740c3769770c8784f44b7ef4193a104ffe82e6e 100755 (executable)
@@ -18,7 +18,7 @@
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then
+       if [ ! -f /var/lock/subsys/network ]; then
                msg_network_down "GNUnet"
                exit 1
        fi
This page took 0.062203 seconds and 4 git commands to generate.