It would be nice to be able to chain a few commands, ie. `nginx -t && service nginx reload`. ``` INFO[0181] [rgon-exec -name=rgon-proxy-nginx-1 -cmd="nginx -t && service nginx reload"]: "Executing [nginx -t && service nginx reload] on container [rgon-proxy-nginx-1]" INFO[0181] [rgon-exec -name=rgon-proxy-nginx-1 -cmd="nginx -t && service nginx reload"]: "nginx: invalid option: \"&&\"\r" INFO[0181] [rgon-exec -name=rgon-proxy-nginx-1 -cmd="nginx -t && service nginx reload"]: "websocket: close 1000 (normal)" DEBU[0181] Notify cmd output: "Executing [nginx -t && service nginx reload] on container [rgon-proxy-nginx-1]\nnginx: invalid option: \"&&\"\r\nwebsocket: close 1000 (normal)\n" ```
It would be nice to be able to chain a few commands, ie.
nginx -t && service nginx reload.