Skip to content
Snippets Groups Projects
Commit 5c913e6a authored by felmer's avatar felmer
Browse files

LMS-2887 bug fixed which prevents from automatically overwriting AS core-plugins on unzip

SVN: 24951
parent d6731e54
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ echo "Make the configuration checksum file available : " $checksum_file
test -f "$checksum_file" && cp -p "$checksum_file" "$jetty_folder"
echo installing core-plugins
unzip -qu "$installation_folder/core-plugins.zip" -d "$server_folder/.."
unzip -quo "$installation_folder/core-plugins.zip" -d "$server_folder/.."
# Move config files to etc and create symlinks.
mv "$war_classes/etc/log.xml" "$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