projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e989c
)
added new test for /var/lib/monkeysphere in m-s diagnostics.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 5 Sep 2008 03:26:58 +0000
(23:26 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 5 Sep 2008 03:26:58 +0000
(23:26 -0400)
src/monkeysphere-server
patch
|
blob
|
history
diff --git
a/src/monkeysphere-server
b/src/monkeysphere-server
index b609d319fa04f3ca3bb86ac95e96245176116a7b..8139387cca858152a2b9a2da42becbddabb04468 100755
(executable)
--- a/
src/monkeysphere-server
+++ b/
src/monkeysphere-server
@@
-572,6
+572,10
@@
diagnostics() {
echo "! No monkeysphere user found! Please create a monkeysphere system user."
fi
+ if ! [ -d "$VARLIB" ] ; then
+ echo "! no $VARLIB directory found. Please create it."
+ fi
+
echo "Checking host GPG key..."
if (( "$keysfound" < 1 )); then
echo "! No host key found."