Skip to content
Snippets Groups Projects
Commit 2279a75c authored by felmer's avatar felmer
Browse files

SP-182, Bis-109: remove copy statement for core_plugins.properties

SVN: 26690
parent b66417eb
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,6 @@ mkdir -p "$JETTY_ETC_DIR" ...@@ -82,7 +82,6 @@ mkdir -p "$JETTY_ETC_DIR"
test -f "$installation_folder/jetty.xml" && cp -p "$installation_folder/jetty.xml" "$JETTY_ETC_DIR" test -f "$installation_folder/jetty.xml" && cp -p "$installation_folder/jetty.xml" "$JETTY_ETC_DIR"
test -f "$installation_folder/web-client.properties" && cp -p "$installation_folder/web-client.properties" "$JETTY_ETC_DIR" test -f "$installation_folder/web-client.properties" && cp -p "$installation_folder/web-client.properties" "$JETTY_ETC_DIR"
test -f "$JETTY_ETC_DIR/keystore" && rm "$JETTY_ETC_DIR/keystore" test -f "$JETTY_ETC_DIR/keystore" && rm "$JETTY_ETC_DIR/keystore"
cp -p "$installation_folder/openBIS.keystore" "$JETTY_ETC_DIR"
cp -p "$installation_folder/core_plugins.properties" "$JETTY_ETC_DIR" cp -p "$installation_folder/core_plugins.properties" "$JETTY_ETC_DIR"
cp -p $startup_properties_file "$JETTY_ETC_DIR" cp -p $startup_properties_file "$JETTY_ETC_DIR"
......
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