diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-07-14 22:07:30 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-07-14 22:07:30 -0400 |
commit | 8af517bd1dc3eea66a64387af3e69188a536b2ee (patch) | |
tree | ca975edb984d0d216ba7b78d4e441a2836b06664 /src/monkeysphere-host | |
parent | 1ae8bb73b19d2e378a740d4fd128b395a0865f14 (diff) |
improvements monkeysphere-host diagnostics
I made a couple of improvements to the mh diagnostics script,
including rearranging some of the test, to try to better handle some
of the possible low-level failures that one might run into. Hopefully
this will be a little more informative. closes MS #624.
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-x | src/monkeysphere-host | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 9dcd331..4ec533d 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -296,8 +296,6 @@ case $COMMAND in ;; 'diagnostics'|'d') - check_host_no_key - load_fingerprint source "${MHSHAREDIR}/diagnostics" diagnostics ;; |