windows line delimiter removed
This commit is contained in:
parent
37f9413a4d
commit
d694bd9327
|
@ -4,4 +4,4 @@ if [ ! -z $9 ] ; then
|
|||
INFRA_ENV=$9
|
||||
fi
|
||||
echo $# arguments to $0: $*
|
||||
java -cp ../tomcat/webapps/wps/WEB-INF/lib/*:../tomcat/lib/*:./*:../wps_algorithms/algorithms/$INFRA_ENV org.gcube.dataanalysis.wps.mapper.DataMinerUpdater -a$1 -l../wps_algorithms/algorithms/$INFRA_ENV -t$2 -i$3 -c../wps_config/ecocfg/ -s$4 -e$5 -k$6 -u$7 -d$8
|
||||
java -cp ../tomcat/webapps/wps/WEB-INF/lib/*:../tomcat/lib/*:./*:../wps_algorithms/algorithms/$INFRA_ENV org.gcube.dataanalysis.wps.mapper.DataMinerUpdater -a$1 -l../wps_algorithms/algorithms/$INFRA_ENV -t$2 -i$3 -c../wps_config/ecocfg/ -s$4 -e$5 -k$6 -u$7 -d$8s
|
Loading…
Reference in New Issue