Mercurial > dive4elements > river
changeset 5723:369e3201470d
Fix print url replacement
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 15 Apr 2013 19:15:50 +0200 |
parents | 88996fd04f55 |
children | ea183a2eee0b |
files | contrib/make_flys_release/make_release.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/make_flys_release/make_release.sh Mon Apr 15 18:48:53 2013 +0200 +++ b/contrib/make_flys_release/make_release.sh Mon Apr 15 19:15:50 2013 +0200 @@ -189,7 +189,7 @@ echo "[INFO]: Artifact Port: $ARTIFACT_PORT" #Needs to be done before the tomcat replacement below -sed -i -e "s@http://localhost:8888/flys/mapfish-print@http://localhost/flys-${VERSION}/mapfish-print@g" \ +sed -i -e "s@http://localhost:8888/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \ $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \