diff --git a/certify-service/configure_start.sh b/certify-service/configure_start.sh index ef5e13fd..bf54680b 100644 --- a/certify-service/configure_start.sh +++ b/certify-service/configure_start.sh @@ -25,6 +25,9 @@ download_and_extract() { if [ "$enable_certify_artifactory" = "true" ]; then download_and_extract "${artifactory_url_env}/artifactory/libs-release-local/certify/certify-plugin.zip" "${loader_path_env}" + echo "Please patch plugin JAR now" + sleep 120 + echo "Plugin JAR patching not posssible now" fi #installs the pkcs11 libraries. @@ -67,4 +70,4 @@ if [ "$download_hsm_client" = "true" ]; then fi cd $work_dir -exec "$@" \ No newline at end of file +exec "$@"