set default FPT port, if not set
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 30 Mar 2006 13:15:06 +0000 (13:15 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 30 Mar 2006 13:15:06 +0000 (13:15 +0000)
org.glite.jp.primary/config/startup

index 7062e9d..30ae3ad 100644 (file)
@@ -17,6 +17,7 @@ GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-${GLITE_LOCATION}/var}
 unset creds
 
 test -n "$GLITE_JP_PRIMARY_PORT" ||  GLITE_JP_PRIMARY_PORT=8901
+test -n "$GLITE_JP_PRIMARY_FTP_PORT" ||  GLITE_JP_PRIMARY_FTP_PORT=8950
 
 start()
 {