make subcommand subfunction that were missed previously
[monkeysphere.git] / src / subcommands / ma / diagnostics
index b6003b02a60540f113c85c83aee5f5e8c1a5f734..66aa6b4060403793a37fe541835eba7180034084 100755 (executable)
 # 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
+
+}