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:
Diffstat (limited to 'bin/ncp-report')
-rwxr-xr-xbin/ncp-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp-report b/bin/ncp-report
index 5b11ee0f..0556423b 100755
--- a/bin/ncp-report
+++ b/bin/ncp-report
@@ -39,7 +39,7 @@ echo "<--! Paste this in GitHub report -->"
##
open_summary "NextCloudPi diagnostics"
-ncp-diag | column -t -s'|'
+bash /usr/local/bin/ncp-diag | column -t -s'|'
close_summary
##