Skip to content
Snippets Groups Projects
Commit b4adcbf9 authored by anttil's avatar anttil
Browse files

SSDM-3525: Fix installer to support restoring configuration from 13.04.xx

SVN: 36227
parent a99f04c9
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,13 @@ if [ -d $ROOT/openBIS-server ]; then
cp $CONF/log.xml $ROOT/openBIS-server/jetty/etc/
cp $CONF/openbis.conf $ROOT/openBIS-server/jetty/etc/
cp $CONF/jetty.properties $ROOT/openBIS-server/jetty/etc/
cp $CONF/welcomePageSimpleGeneric.html $ROOT/openBIS-server/jetty/webapps/openbis/custom
# for 13.04.10 and older
copyIfExists $CONF/../openBIS-server/jetty/webapps/openbis/welcomePageSimple.html $ROOT/openBIS-server/jetty/webapps/openbis/custom/welcomePageSimpleGeneric.html
# for 13.04.11 and later
copyIfExists $CONF/../openBIS-server/jetty/webapps/openbis/custom/welcomePageSimpleGeneric.html $ROOT/openBIS-server/jetty/webapps/openbis/custom
# not always present
copyIfExists $CONF/.keystore $ROOT/openBIS-server/jetty/etc/openBIS.keystore
copyIfExists $CONF/passwd $ROOT/openBIS-server/jetty/etc/
......
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