More helpful error message when you run domtool-adduser off deleuze
authorAdam Chlipala <adamc@hcoop.net>
Thu, 17 May 2007 19:03:22 +0000 (19:03 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Thu, 17 May 2007 19:03:22 +0000 (19:03 +0000)
scripts/domtool-adduser

index 3133cff..c8497ee 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh -e
 
+if ! [ -e /etc/domtool ]; then
+    echo "/etc/domtool not found.  Are you running this on the same machine as domtool-server?"
+    exit 1
+fi
+
 domtool-addcert $*
 domtool-addacl $*