You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "${BoldGreen}Please download the Layer 2 configuration files by running the download_layer_2_config_bap.sh script located in the ../layer2 folder."
159
-
echo -e "For further information, refer to this URL:${BLUE}https://github.com/beckn/beckn-onix/blob/main/docs/user_guide.md#downloading-layer-2-configuration-for-a-domain.${NC}"
160
-
else
161
-
echo -e "${GREEN}Installing layer configuration for $(basename "$layer2_url")${NC}"
162
-
install_layer2_config bap-client
163
-
install_layer2_config bap-network
164
-
fi
165
-
echo"Protocol server BAP installation successful"
166
-
sleep 40
134
+
135
+
echo"Protocol server BAP registry entries created successfully"
167
136
}
168
137
169
-
# Function to install BPP Protocol Server without Sandbox
138
+
# Function to install BPP Protocol Server - creates registry entries only
170
139
install_bpp_protocol_server() {
171
-
start_support_services
172
140
echo"${GREEN}................Installing Protocol Server for BPP................${NC}"
echo -e "${BoldGreen}Please download the Layer 2 configuration files by running the download_layer_2_config_bpp.sh script located in the ../layer2 folder."
199
-
echo -e "For further information, refer to this URL:${BLUE} https://github.com/beckn/beckn-onix/blob/main/docs/user_guide.md#downloading-layer-2-configuration-for-a-domain.${NC}"
200
-
else
201
-
echo -e "${BoldGreen}Installing layer configuration for $(basename "$layer2_url")"
202
-
install_layer2_config bpp-client
203
-
install_layer2_config bpp-network
204
-
fi
205
-
echo"Protocol server BPP installation successful"
153
+
echo"Protocol server BPP registry entries created successfully"
206
154
}
207
155
208
156
mergingNetworks() {
@@ -260,11 +208,6 @@ mergingNetworks() {
260
208
261
209
# Function to install BPP Protocol Server with Sandbox
0 commit comments