X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fmh%2Fdiagnostics;h=5b04b14d2d7f63de216b73a04316243b89fa0c7e;hb=a0747749cbc7445e0cadaf0fbf1c92a2e86d1369;hp=f411e06bef57beef29957ecc5c3a6dda0f580091;hpb=968627c7003d059e63ae455d91e1ada4143c8810;p=monkeysphere.git 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 + +}