From: Andy Witter Date: Thu, 16 Jan 2014 01:10:07 +0000 (-0500) Subject: Fixed bug where oils_sip.xml was not being copied to package file X-Git-Tag: GenaSYS-2.5.1~8 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8ae2dd40c1d6e808bcf48cf5d23e2584d5dccc17;p=contrib%2Fpines%2Fgenasys.git Fixed bug where oils_sip.xml was not being copied to package file --- diff --git a/GenaSYS.sh b/GenaSYS.sh index 9d4d19a..106d536 100755 --- 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