From d8f0aebfc88d7192b6fb5a4f10bda79d3f2f2e67 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Mon, 9 Nov 2009 01:42:34 +0000 Subject: [PATCH] Use the new variable. --- plc.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc.d/network b/plc.d/network index f2c3dce..a994f4f 100755 --- a/plc.d/network +++ b/plc.d/network @@ -17,7 +17,7 @@ # Be verbose set -x -[ "$PLC_NET_ENABLED" -ne 1 ] && exit 0 +[ "$PLC_HOSTS_ENABLED" -ne 1 ] && exit 0 case "$1" in start) -- 2.43.0