From da7da5527ce5d14d5232d13e2f905c3df4c570a6 Mon Sep 17 00:00:00 2001 From: wilsonianb Date: Tue, 23 May 2017 14:59:53 -0700 Subject: [PATCH] Redact validator token from cleaned config (RIPD-1422) --- bin/getInfoRippled.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 bin/getInfoRippled.sh diff --git a/bin/getInfoRippled.sh b/bin/getInfoRippled.sh old mode 100644 new mode 100755 index aa759729c9..240eed642e --- a/bin/getInfoRippled.sh +++ b/bin/getInfoRippled.sh @@ -31,6 +31,8 @@ then BEGIN {skip=0; db_path="";print > OUT_FILE} /^\[validation_seed\]/ {skip=1; next} /^\[node_seed\]/ {skip=1; next} + /^\[validation_manifest\]/ {skip=1; next} + /^\[validator_token\]/ {skip=1; next} /^\[.*\]/ {skip=0} skip==1 {next} save==1 {save=0;db_path=$0}