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:
authornacho <nacho@ownyourbits.com>2018-09-22 08:48:36 +0300
committernacho <nacho@ownyourbits.com>2018-09-22 08:52:16 +0300
commitcc53f40c73b3b2965dddf97db1bd332e94aab1aa (patch)
tree0b90ee80e717cb691a3eee91424fb33cacad9c5b
parentdabc17fb0736d2d0e01828f68dc6dec822d523d7 (diff)
ncp-report: remove sensitive datav0.59.19
-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
##