Honor port setting.
authorZdeněk Salvet <salvet@ics.muni.cz>
Tue, 5 Oct 2004 16:13:05 +0000 (16:13 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Tue, 5 Oct 2004 16:13:05 +0000 (16:13 +0000)
org.glite.lb.server/config/startup

index 5a91af7..3acda57 100755 (executable)
@@ -24,7 +24,7 @@ start()
 
        echo -n Starting glite-lb-bkserver ...
        su $GLITE_USER -c "$GLITE_LOCATION/bin/glite-lb-bkserverd \
-               $creds -i $pidfile" && echo " done"
+               $creds -i $pidfile $port" && echo " done"
 }
 
 stop()