diff --git a/bin/ncp-report b/bin/ncp-report index 0556423bc..5edc2dc51 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 ##