X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fnetwork;h=f2c3dce569ebcf1d7419094702d43928c75f59b7;hb=ac6e04e7471b64c2b150d540f90bbd4b6c27e4d5;hp=9283f5894d64b23056ac6466aecf9c3326f72ff2;hpb=1ede41bf0a153eb193ebd9f0276f1b951aa173af;p=myplc.git diff --git a/plc.d/network b/plc.d/network index 9283f58..f2c3dce 100755 --- a/plc.d/network +++ b/plc.d/network @@ -17,6 +17,8 @@ # Be verbose set -x +[ "$PLC_NET_ENABLED" -ne 1 ] && exit 0 + case "$1" in start) MESSAGE=$"Generating network files"