Skip to content

Commit

Permalink
Change in configure start
Browse files Browse the repository at this point in the history
Signed-off-by: piyush-shukla03_infosys <[email protected]>
  • Loading branch information
piyush-shukla03_infosys committed Aug 29, 2024
1 parent 93d74fa commit c2cae72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion certify-service/configure_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -67,4 +70,4 @@ if [ "$download_hsm_client" = "true" ]; then
fi
cd $work_dir

exec "$@"
exec "$@"

0 comments on commit c2cae72

Please sign in to comment.