X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fbootmanager;fp=plc.d%2Fbootmanager;h=8e626509c482025fbb190a1e84b396449b9ede8a;hb=fd3b83dd785a1e16c2e45795091fc1ac275cdfe5;hp=3fd204a8e5154308b970599cf162db5f7c5fd182;hpb=ae2d57eebb6600ab23f7dba3b370e7290f5298b7;p=myplc.git diff --git a/plc.d/bootmanager b/plc.d/bootmanager index 3fd204a..8e62650 100755 --- a/plc.d/bootmanager +++ b/plc.d/bootmanager @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: bootmanager,v 1.2 2006/04/25 21:18:19 mlhuang Exp $ +# $Id: bootmanager,v 1.4 2007/02/07 18:45:36 mlhuang Exp $ # # Source function library and configuration @@ -21,7 +21,7 @@ case "$1" in start) if [ "$PLC_BOOT_ENABLED" != "1" -a \ "$PLC_WWW_ENABLED" != "1" ] ; then - return 0 + exit 0 fi MESSAGE=$"Rebuilding Boot Manager"