From: Aleš Křenek Date: Mon, 22 Nov 2004 17:59:57 +0000 (+0000) Subject: complain when not able to start X-Git-Tag: glite-lb-client-interface_R_0_3_0~13 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=81219a7daa9cbe0c953eb5cafbd0ec29e9190a62;p=jra1mw.git complain when not able to start --- diff --git a/org.glite.lb.server/config/startup b/org.glite.lb.server/config/startup index 4e0789b..4e4efaf 100755 --- a/org.glite.lb.server/config/startup +++ b/org.glite.lb.server/config/startup @@ -40,7 +40,7 @@ start() echo -n Starting glite-lb-bkserver ... su $GLITE_USER -c "$GLITE_LOCATION/bin/glite-lb-bkserverd \ - $creds -i $pidfile $port" && echo " done" + $creds -i $pidfile $port" && echo " done" || echo " FAILED" } stop()