From: Daniel Hokka Zakrisson Date: Mon, 9 Nov 2009 01:42:34 +0000 (+0000) Subject: Use the new variable. X-Git-Tag: MyPLC-4.3-31~2 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=d8f0aebfc88d7192b6fb5a4f10bda79d3f2f2e67 Use the new variable. --- 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)