From cc53f40c73b3b2965dddf97db1bd332e94aab1aa Mon Sep 17 00:00:00 2001 From: nacho Date: Fri, 21 Sep 2018 23:48:36 -0600 Subject: ncp-report: remove sensitive data --- bin/ncp-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ncp-report b/bin/ncp-report index 0556423b..5edc2dc5 100755 --- a/bin/ncp-report +++ b/bin/ncp-report @@ -39,7 +39,7 @@ echo "<--! Paste this in GitHub report -->" ## open_summary "NextCloudPi diagnostics" -bash /usr/local/bin/ncp-diag | column -t -s'|' +bash /usr/local/bin/ncp-diag | sed -r 's=(IP|certificates|gateway).*=\1|***REMOVED SENSITIVE VALUE***=g' | column -t -s'|' close_summary ## -- cgit v1.2.3