summaryrefslogtreecommitdiff
path: root/src/subcommands/mh/diagnostics
diff options
context:
space:
mode:
Diffstat (limited to 'src/subcommands/mh/diagnostics')
-rwxr-xr-xsrc/subcommands/mh/diagnostics7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/subcommands/mh/diagnostics b/src/subcommands/mh/diagnostics
index f411e06..5b04b14 100755
--- a/src/subcommands/mh/diagnostics
+++ b/src/subcommands/mh/diagnostics
@@ -10,7 +10,10 @@
# They are Copyright 2008, and are all released under the GPL, version 3
# or later.
-# * check on the status and validity of the key and public certificates
+# check on the status and validity of the key and public certificates
+
+diagnostics() {
+
local seckey
local keysfound
local curdate
@@ -177,3 +180,5 @@ if [ "$problemsfound" -gt 0 ]; then
else
echo "Everything seems to be in order!"
fi
+
+}