Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-12068
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Jan 31, 2023
1 parent 8fff2ce commit 17f95a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_scripts/curl/cli
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ case "$1" in
"getallsecrets") login; getallsecrets ; logout;;
"setsecret") login; setsecret "$2" "$3" ; logout;;
"deletesecret") login; deletesecret "$2" ; logout;;
"getsecretdictionary") login; getsecretdictionary ; logout;;
"help") login; help ; logout ;;
*) help ;;
esac
Expand Down

0 comments on commit 17f95a6

Please sign in to comment.