From 81219a7daa9cbe0c953eb5cafbd0ec29e9190a62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 22 Nov 2004 17:59:57 +0000 Subject: [PATCH] complain when not able to start --- org.glite.lb.server/config/startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 1.8.2.3