Fixed typo in start_beckn_v2.sh

This commit is contained in:
prasad-takale-eminds
2024-03-19 12:02:53 +05:30
parent 48c80712a2
commit 31d1953b02

View File

@@ -162,7 +162,7 @@ install_bpp_protocol_server(){
bpp_subscriber_id_key=$3 bpp_subscriber_id_key=$3
bpp_subscriber_url=$4 bpp_subscriber_url=$4
webhook_url=$5 webhook_url=$5
bash scripts/update_bpp_config.sh $registry_url $bpp_subscriber_id $bpp_subscriber_id_key $bpp_subscriber_url $$webhook_url bash scripts/update_bpp_config.sh $registry_url $bpp_subscriber_id $bpp_subscriber_id_key $bpp_subscriber_url $webhook_url
else else
bash scripts/update_bpp_config.sh bash scripts/update_bpp_config.sh
fi fi