gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33746 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r33746 - gnunet/src/gns
Date: Sun, 22 Jun 2014 19:27:56 +0200

Author: grothoff
Date: 2014-06-22 19:27:56 +0200 (Sun, 22 Jun 2014)
New Revision: 33746

Modified:
   gnunet/src/gns/gnunet-gns-proxy-setup-ca
Log:
add check for certtool

Modified: gnunet/src/gns/gnunet-gns-proxy-setup-ca
===================================================================
--- gnunet/src/gns/gnunet-gns-proxy-setup-ca    2014-06-22 14:05:29 UTC (rev 
33745)
+++ gnunet/src/gns/gnunet-gns-proxy-setup-ca    2014-06-22 17:27:56 UTC (rev 
33746)
@@ -2,8 +2,13 @@
 # This shell script will generate an X509 certificate for your gnunet-gns-proxy
 # and install it (for both GNUnet and your browser).
 #
+if ! which certtool > /dev/null
+then
+  echo "'certtool' command not found. Please install it."
+  exit 1
+fi
+
 echo "Generating CA"
-
 options=''
 while getopts "c:" opt; do
   case $opt in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]