Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ncp-report2
1 files changed, 1 insertions, 1 deletions
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
##