From ab82c117f6b4725bb507f558128bfef9cd6dd242 Mon Sep 17 00:00:00 2001 From: prasad-takale-eminds Date: Tue, 19 Mar 2024 15:46:53 +0530 Subject: [PATCH] Fixed issue for Webhook URL --- install/scripts/update_bpp_config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/scripts/update_bpp_config.sh b/install/scripts/update_bpp_config.sh index b04a0ff..07b2f75 100755 --- a/install/scripts/update_bpp_config.sh +++ b/install/scripts/update_bpp_config.sh @@ -32,6 +32,7 @@ if [[ $1 ]]; then bpp_subscriber_id=$2 bpp_subscriber_id_key=$3 bpp_subscriber_url=$4 + webhook_url=$5 else if [[ $(uname -s) == 'Darwin' ]]; then ip=localhost