Skip to content

Commit

Permalink
Update configure_start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-technoforte authored Aug 31, 2023
1 parent 8d73830 commit 35270a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esignet-service/configure_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ fi
#installs the pkcs11 libraries.
set -e

DEFAULT_ZIP_PATH=artifactory/libs-release-local/hsm/client.zip
#DEFAULT_ZIP_PATH=artifactory/libs-release-local/hsm/client.zip
DEFAULT_ZIP_PATH=./esignet-service/client.zip
[ -z "$hsm_zip_file_path" ] && zip_path="$DEFAULT_ZIP_PATH" || zip_path="$hsm_zip_file_path"

echo "Download the client from $artifactory_url_env"
Expand Down

0 comments on commit 35270a7

Please sign in to comment.