diff --git a/CHANGELOG.md b/CHANGELOG.md index fb20349b..b7619592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,10 +49,6 @@ Users may have to change how they access the system * `CLICON_CLI_HELPSTRING_TRUNCATE`, `CLICON_CLI_HELPSTRING_LINES` * Changed semantics of `CLICON_NACM_DISABLED_ON_EMPTY` to "disable NACM if there is no _NACM_ configuration", instead of "disable NACM if there is no _configuration_". -### C/CLI-API changes on existing features - -Developers may need to change their code - ### Minor changes * Debug messages diff --git a/test/test_nacm_datanode_paths.sh b/test/test_nacm_datanode_paths.sh index 4c16fa20..b4413ac5 100755 --- a/test/test_nacm_datanode_paths.sh +++ b/test/test_nacm_datanode_paths.sh @@ -103,7 +103,7 @@ wait_backend if [ $RC -ne 0 ]; then new "kill old restconf daemon" - sudo pkill -u $wwwuser -f clixon_restconf + stop_restconf_pre new "start restconf daemon (-a is enable basic authentication)" start_restconf -f $cfg -- -a