Skip to content
Snippets Groups Projects
Commit 55630348 authored by kohleman's avatar kohleman
Browse files

- added index.html and datastore_log.xml(~openbis/sprint/datastoreserver/etc/log.xml) for restore

SVN: 15055
parent da047bdb
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,15 @@ function create_individual_greeting_message {
function restore_loginHeader {
if [ -f ~/config/loginHeader.html ]; then
echo restoring loginHeader.html...
cp -r ~/config/images ~/sprint/openBIS-server/apache-tomcat/webapps/openbis/
cp ~/config/loginHeader.html ~/sprint/openBIS-server/apache-tomcat/webapps/openbis/
cp ~/config/help.html ~/sprint/openBIS-server/apache-tomcat/webapps/openbis/
cp -r ~/config/images ~openbis/sprint/openBIS-server/apache-tomcat/webapps/openbis/
cp ~/config/loginHeader.html ~openbis/sprint/openBIS-server/apache-tomcat/webapps/openbis/
cp ~/config/help.html ~openbis/sprint/openBIS-server/apache-tomcat/webapps/openbis/
fi
if [ -f ~openbis/config/index.html ]; then
cp ~openbis/config/index.html ~openbis/sprint/openBIS-server/apache-tomcat/webapps/openbis/
fi
if [ -f ~openbis/config/datastore_log.xml ]; then
cp ~openbis/config/datastore_log.xml ~openbis/sprint/datastore_server/etc/
fi
}
......
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