From 8749739318cbbb97a6d505c018a3b5e74bdbdd8d Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 7 Jul 2003 00:22:46 +0000 Subject: [PATCH] - fixed previous change Changed files: clusternfs.init -> 1.8 --- clusternfs.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusternfs.init b/clusternfs.init index bcdce08..a32d056 100644 --- a/clusternfs.init +++ b/clusternfs.init @@ -15,7 +15,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 -a "$1" != stop -a "$1" != status ]; then msg_network_down ClusterNFS exit 1 fi -- 2.43.0