From c719bff7ae7e2dc66af0c5c51a64b20fcdfda4d7 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 27 Feb 2024 15:21:03 +0100 Subject: [PATCH] scripts BUGFIX updated endpoints path Refs #888 --- scripts/merge_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/merge_config.sh b/scripts/merge_config.sh index 8502167b..4b476d64 100755 --- a/scripts/merge_config.sh +++ b/scripts/merge_config.sh @@ -10,7 +10,7 @@ source "${script_directory}/common.sh" SYSREPOCFG_GET_PATH # check that there is no listen/Call Home configuration yet -SERVER_CONFIG=$($SYSREPOCFG -X -x "/ietf-netconf-server:netconf-server/listen/endpoint | /ietf-netconf-server:netconf-server/call-home/netconf-client") +SERVER_CONFIG=$($SYSREPOCFG -X -x "/ietf-netconf-server:netconf-server/listen/endpoints/endpoint | /ietf-netconf-server:netconf-server/call-home/netconf-client") if [ -n "$SERVER_CONFIG" ]; then # the server is configured, just exit exit 0