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:
738834c
)
Fixed bug where oils_sip.xml was not being copied to package file
author
Andy Witter
<awitter@georgialibraries.org>
Thu, 16 Jan 2014 01:10:07 +0000
(20:10 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Thu, 16 Jan 2014 01:10:07 +0000
(20:10 -0500)
GenaSYS.sh
patch
|
blob
|
history
diff --git
a/GenaSYS.sh
b/GenaSYS.sh
index
9d4d19a
..
106d536
100755
(executable)
--- a/
GenaSYS.sh
+++ b/
GenaSYS.sh
@@
-2736,7
+2736,7
@@
fi
if echo ${NODE_FOLDER} | grep -q sip0
then
cp -f "$TEMPLATEDIR/Net-Z3950-SimpleServer-1.12.tar.gz" "setup_${NODE_FOLDER}"
- [ -e "${CUSTOMDIR}/oils_sip.xml" ] && cp -f "${CUSTOMDIR}/oils_sip.xml"
../setup_${SUBFOLDER}
+ [ -e "${CUSTOMDIR}/oils_sip.xml" ] && cp -f "${CUSTOMDIR}/oils_sip.xml"
"setup_${NODE_FOLDER}"
fi
if echo ${NODE_FOLDER} | grep -q reporter0
then