IDEMPIERE-1900 iDempiere Debian Installer / thanks to Max for reporting https://groups.google.com/d/msg/idempiere/a3HrHAez1_E/t3HwPgo6MmcJ

This commit is contained in:
Carlos Ruiz 2015-03-22 17:22:55 -05:00
parent 5e7ee1ae81
commit c1fe36259a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Package: idempiere Package: idempiere
Version: 2.0 Version: 2.1
Section: web Section: web
Priority: extra Priority: extra
Architecture: all Architecture: all

View File

@ -244,7 +244,7 @@ configure_perform()
! !
echo "Done" echo "Done"
fi fi
grep ${ADEMPIERE_WEB_PORT} ${IDEMPIERE_HOME}/plugins/org.adempiere.tomcat.config_2.0.0/META-INF/tomcat/server.xml > /dev/null 2>&1 grep ${ADEMPIERE_WEB_PORT} ${IDEMPIERE_HOME}/plugins/org.adempiere.tomcat.config_2.1.0/META-INF/tomcat/server.xml > /dev/null 2>&1
if [ $? -ne 0 ] if [ $? -ne 0 ]
then then
echo "Error deploying iDempiere, please verify and try again" echo "Error deploying iDempiere, please verify and try again"