Skip to content

Commit

Permalink
Merge pull request #1004 from abhishek8shankar/release-1.5.x
Browse files Browse the repository at this point in the history
[DSD-6445] Updated install.sh for opting plugings
  • Loading branch information
ckm007 authored Nov 15, 2024
2 parents 1c841ed + 29ab4fc commit 6d5c3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/esignet/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ function installing_esignet() {
read -p "Enter the plugin number: " plugin_no
while true; do
if [[ "$plugin_no" == "1" ]]; then
plugin_option="--set plugin_name_env=esignet-mock-plugin.jar"
plugin_option="--set pluginNameEnv=esignet-mock-plugin.jar"
break
elif [[ "$plugin_no" == "2" ]]; then
plugin_option="--set plugin_name_env=mosip-identity-plugin.jar"
plugin_option="--set pluginNameEnv=mosip-identity-plugin.jar"
break
else
echo "please provide the correct plugin number (1 or 2)."
Expand Down

0 comments on commit 6d5c3cf

Please sign in to comment.