Create ssl_cert directory if it does not exist
authorAndy Witter <awitter@georgialibraries.org>
Thu, 18 Apr 2013 00:34:13 +0000 (20:34 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Thu, 18 Apr 2013 00:34:13 +0000 (20:34 -0400)
GenaSYS.sh

index ca068d1..e09c538 100755 (executable)
@@ -81,6 +81,11 @@ then
 else
        mkdir -p ${TMPFOLDER}
 fi
+
+if [ ! -e ${WD}/ssl_cert ] 
+       then
+       mkdir ${WD}ssl_cert
+fi
 #TMPBRICKDRONES="/tmp/tmpbricknodes"