borball / redfish-bash

Wrapper script(bash) of redfish API
3 stars 3 forks source link

Get yq usage error in _save_cfg #2

Open bcran opened 1 week ago

bcran commented 1 week ago

When using the login command, the following command in _save_cfg() doesn't work, and instead prints the yq usage text:

yq "$CURRENT_SERVERS_CFG"
borball commented 6 days ago

@bcran Thanks for reporting the issue, can you print the debug info like 'bash -x redfish-bash.sh login ... '?