From d025f3fb2890296620ba2b1f19570cc5a9e3d466 Mon Sep 17 00:00:00 2001 From: Alloy Networks <45832257+alloyxrp@users.noreply.github.com> Date: Sat, 25 Apr 2020 12:11:50 +0300 Subject: [PATCH] Add descriptive comments to 'getRippledInfo.sh': The script, when invoked by a server operator can collect information useful for debugging, while attempting to redact potentially sensitive data. It contained no explanation or other exposition to allow people who look at the file but aren't familiar with shell scripts to understand its purpose. --- bin/getRippledInfo | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/getRippledInfo b/bin/getRippledInfo index 4c7b1d8e82..abfa449bac 100755 --- a/bin/getRippledInfo +++ b/bin/getRippledInfo @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# This script generates information about your rippled installation +# and system. It can be used to help debug issues that you may face +# in your installation. While this script endeavors to not display any +# sensitive information, it is recommended that you read the output +# before sharing with any third parties. + + rippled_exe=/opt/ripple/bin/rippled conf_file=/etc/opt/ripple/rippled.cfg