Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mgmt-framework] Fix rest-server startup script (sonic-net#14979)
This script was using 'null' as default value for all optional fields of REST_SERVER table -- due to incorrect use of 'jq -r' command. Server was not coming up when REST_SERVER entry exists but some fields were not given (which is a valid configuration). Fixed the jq query expression to return empty string for non existing fields. Signed-off-by: Sachin Holla <sachin.holla@broadcom.com>
- Loading branch information