Skip to content

Commit

Permalink
scripts BUGFIX updated endpoints path
Browse files Browse the repository at this point in the history
Refs #888
  • Loading branch information
michalvasko committed Feb 27, 2024
1 parent 7b5d79a commit c719bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/merge_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c719bff

Please sign in to comment.