I want to run two commands together for zkCli.
zkCli addauth digest username:password && zkCli setAcl /zknode-path world:anyone:crdwa
I have already set the ACL value for a zknode, and want to revert it back. But running this command give, authentication is not valid. How to run these two commands in one session?