projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69ddef
)
Create ssl_cert directory if it does not exist
author
Andy Witter
<awitter@georgialibraries.org>
Thu, 18 Apr 2013 00:34:13 +0000
(20:34 -0400)
committer
Andy Witter
<awitter@georgialibraries.org>
Thu, 18 Apr 2013 00:34:13 +0000
(20:34 -0400)
GenaSYS.sh
patch
|
blob
|
history
diff --git
a/GenaSYS.sh
b/GenaSYS.sh
index
ca068d1
..
e09c538
100755
(executable)
--- a/
GenaSYS.sh
+++ b/
GenaSYS.sh
@@
-81,6
+81,11
@@
then
else
mkdir -p ${TMPFOLDER}
fi
+
+if [ ! -e ${WD}/ssl_cert ]
+ then
+ mkdir ${WD}ssl_cert
+fi
#TMPBRICKDRONES="/tmp/tmpbricknodes"