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 ```