summaryrefslogtreecommitdiff
path: root/src/subcommands/ma/diagnostics
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2009-01-31 18:35:31 -0500
committerMatt Goins <mjgoins@openflows.com>2009-01-31 18:35:31 -0500
commit7fb3f70a48202153ecb7c43830ded000f8a0e615 (patch)
tree9a90f939b9bf9e4692fc35232b537a1cfd371321 /src/subcommands/ma/diagnostics
parent2e76a0c288f2c043e205f443410fb7dd0e239953 (diff)
parent93527967c043c99c708e209502292cf276877bf9 (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'src/subcommands/ma/diagnostics')
-rwxr-xr-xsrc/subcommands/ma/diagnostics7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/subcommands/ma/diagnostics b/src/subcommands/ma/diagnostics
index b6003b0..66aa6b4 100755
--- a/src/subcommands/ma/diagnostics
+++ b/src/subcommands/ma/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
+
+}