From 05bc94da27f2e684d09cf58ad2e0a34cf129bbce Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Mon, 15 Aug 2016 17:40:01 -0400 Subject: [PATCH] DOC: Show ssh output for main script --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 41e1f15..d306e6f 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,8 @@ cgi_user. To execute as root, use the `-l root` option of `clush`: remote$ clush -l root id -u 0 remote$ clush -l root --copy cgi-updater-payload.sh --dest /root/ +remote$ clush -l root ls /root/ +# Remove the `-B` flag to stream output to troubleshoot problems +remote$ alias clush="clush -w cgi[01-10]" remote$ clush -l root ./cgi-updater-payload.sh ```