Skip to content
Snippets Groups Projects
Commit be7f8205 authored by User expired's avatar User expired
Browse files

deactivating psiprobe until support for tomcat 8 is added to it

parent e23779a3
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ INSTALL_POSTGIS=true
INSTALL_POSTGRES=true
INSTALL_POSTGRES_ADMIN=true
INSTALL_PROJECT_CANIGET2=false # installs caniget2 sample project
INSTALL_PROJECT_PSIPROBE=true
INSTALL_PROJECT_PSIPROBE=false
############################
# Ext. argument handling #
......@@ -330,7 +330,7 @@ fn_import_data()
fi
if [ ! -f $DEPLOY_DIR/$OSM_FILE_FILTERED ]; then
echo " - downloading OpenStreetMap file"
echo " - downloading OpenStreetMap file (no cached file found)"
OSM_FILENAME=$DOWNLOAD_DIR/${OSM_FILE##*/}
fn_download_newer $OSM_FILENAME $OSM_DOWNLOAD_MIRROR/$OSM_FILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment