Skip to content
Snippets Groups Projects
Commit 2f5f4f03 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '811-remove-disclaimer-from-debian-package' into 'master'

Resolve "remove disclaimer from debian package"

Closes #811

See merge request !775
parents beeb9092 2ab5d196
No related branches found
No related tags found
1 merge request!775Resolve "remove disclaimer from debian package"
Pipeline #10275 passed
......@@ -36,19 +36,6 @@ case "$1" in
fi
fi
#print a disclaimer
echo "" >&2
echo "" >&2
echo "**************************************************" >&2
echo "" >&2
echo "" >&2
echo "Content visualization of MINERVA platform is supported by Google Maps API. Users of MINERVA platform are obliged to comply with the Google Maps/Google Earth APIs Terms of Service (https://developers.google.com/maps/terms)." >&2
echo "" >&2
echo "" >&2
echo "**************************************************" >&2
echo "" >&2
echo "" >&2
#we have to restart tomcat, because application was started on the old database and it might crash during deplyment
#for instance in the new war file there was init script that uses some new database features, but they are not
#availble when new war is deployed from debian package, so tomcat will catch SQL exception and stop deployment
......
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