diff --git a/openbis_all/source/bash/cifex_sprint_install.sh b/openbis_all/source/bash/cifex_sprint_install.sh index 76064ac154909d2cb3918c822d62fc2935126557..dedfb197910660e9fb2739702f263c0b69746c3a 100755 --- a/openbis_all/source/bash/cifex_sprint_install.sh +++ b/openbis_all/source/bash/cifex_sprint_install.sh @@ -20,16 +20,22 @@ ln -s $NEW cifex cd cifex wget $INSTALL_URL + unzip cifex-*.zip -OLD_INSTALL=../../old/$PREV/jetty +OLD_INSTALL=~/old/$PREV/jetty +cd cifex cp $OLD_INSTALL/etc/service.properties . cp $OLD_INSTALL/etc/keystore . cp $OLD_INSTALL/etc/jetty.xml . ./install.sh .. -cp $OLD_INSTALL/etc/jetty.properties ../jetty/etc/ -cp $OLD_INSTALL/etc/triggers.txt ../jetty/etc/ -cp $OLD_INSTALL/dssTrigger.properties ../jetty/ +cd ../jetty +cp $OLD_INSTALL/etc/jetty.properties etc/ +cp $OLD_INSTALL/etc/triggers.txt etc/ +cp $OLD_INSTALL/dssTrigger.properties . cd .. rm -fr cifex -jetty/bin/startup.sh \ No newline at end of file +jetty/bin/startup.sh +cd ~/ + +Echo "Now restart Datastore if needed" \ No newline at end of file