Skip to content
Snippets Groups Projects
Commit cd67ed9b authored by buczekp's avatar buczekp
Browse files

minor: copy openbis log.xml in post installation script

SVN: 20231
parent 8b8a3d73
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,9 @@ function restore_config_files { ...@@ -44,6 +44,9 @@ function restore_config_files {
if [ -f ~openbis/config/openbis-as-jetty.xml ]; then if [ -f ~openbis/config/openbis-as-jetty.xml ]; then
cp ~openbis/config/openbis-as-jetty.xml ~openbis/sprint/openBIS-server/jetty/etc/jetty.xml cp ~openbis/config/openbis-as-jetty.xml ~openbis/sprint/openBIS-server/jetty/etc/jetty.xml
fi fi
if [ -f ~openbis/config/openbis_log.xml ]; then
cp ~openbis/config/openbis_log.xml ~openbis/sprint/openBIS-server/jetty/etc/log.xml
fi
if [ -f ~openbis/config/datastore_log.xml ]; then if [ -f ~openbis/config/datastore_log.xml ]; then
cp ~openbis/config/datastore_log.xml ~openbis/sprint/datastore_server/etc/log.xml cp ~openbis/config/datastore_log.xml ~openbis/sprint/datastore_server/etc/log.xml
fi fi
...@@ -141,7 +144,7 @@ case "$SERVER" in ...@@ -141,7 +144,7 @@ case "$SERVER" in
echo PLASMIDS:$PLASMIDS; echo PLASMIDS:$PLASMIDS;
restore_config_files restore_config_files
create_individual_greeting_message create_individual_greeting_message
$BIN/sprint_post_install_plasmids.sh $BIN/sprint_post_install_plasmids.sh
;; ;;
$LIMB) $LIMB)
echo LIMB:$LIMB; echo LIMB:$LIMB;
......
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