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

Merge branch '254_debian_package' into 'devel_11.0.x'

when sym link to minerva exists installation is not broken

See merge request piotr.gawron/minerva!153
parents cef0a5a7 d080d4a3
No related branches found
No related tags found
4 merge requests!166Devel 11.0.x,!161Devel 11.0.x,!155Some issues from 11.0.7 implemented,!153when sym link to minerva exists installation is not broken
......@@ -64,7 +64,7 @@ case "$1" in
#availble when new war is deployed from debian package, so tomcat will catch SQL exception and stop deployment
invoke-rc.d $TOMCAT_PACKAGE stop || true
rm -rf /var/lib/$TOMCAT_PACKAGE/webapps/minerva
ln -s /usr/share/minerva/minerva.war /var/lib/$TOMCAT_PACKAGE/webapps/minerva.war
ln -sf /usr/share/minerva/minerva.war /var/lib/$TOMCAT_PACKAGE/webapps/minerva.war
invoke-rc.d $TOMCAT_PACKAGE start
;;
*)
......
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