diff --git a/distro/addAlgorithm.sh b/distro/addAlgorithm.sh index 137386a..a37c715 100644 --- a/distro/addAlgorithm.sh +++ b/distro/addAlgorithm.sh @@ -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 \ No newline at end of file