Fixed bug where oils_sip.xml was not being copied to package file
authorAndy Witter <awitter@georgialibraries.org>
Thu, 16 Jan 2014 01:10:07 +0000 (20:10 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Thu, 16 Jan 2014 01:10:07 +0000 (20:10 -0500)
GenaSYS.sh

index 9d4d19a..106d536 100755 (executable)
@@ -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