X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fdb;h=b249ca95712923fd419cc504a308fdf80a9fd8d0;hb=40608f0c316b6d0a3e5c2dbdfcdb2316e5e8c0eb;hp=b4da45323cc5bf94f21674772b2c302559041955;hpb=5bcbe0f8f73ad14936cd58516b5652a898ded8bf;p=myplc.git diff --git a/plc.d/db b/plc.d/db index b4da453..b249ca9 100755 --- a/plc.d/db +++ b/plc.d/db @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: db,v 1.1 2006/06/23 21:41:42 mlhuang Exp $ +# $Id$ # # Source function library and configuration @@ -22,7 +22,7 @@ export PGPORT=$PLC_DB_PORT case "$1" in start) - if [ "$PLC_API_ENABLED" != "1" ] ; then + if [ "$PLC_DB_ENABLED" != "1" ] ; then exit 0 fi