From 8ae2dd40c1d6e808bcf48cf5d23e2584d5dccc17 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Wed, 15 Jan 2014 20:10:07 -0500 Subject: [PATCH] Fixed bug where oils_sip.xml was not being copied to package file --- GenaSYS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0