mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
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.
This commit is contained in:
committed by
Nik Bougalis
parent
11be30dd40
commit
d025f3fb28
@@ -1,5 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
rippled_exe=/opt/ripple/bin/rippled
|
||||||
conf_file=/etc/opt/ripple/rippled.cfg
|
conf_file=/etc/opt/ripple/rippled.cfg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user