IDEMPIERE-1900 iDempiere Debian Installer / fix reference to jetty

This commit is contained in:
Carlos Ruiz 2015-10-31 15:59:44 -05:00
parent e9fa6af152
commit 4335b8384f
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ configure_perform()
! !
echo "Done" echo "Done"
fi fi
grep ${ADEMPIERE_WEB_PORT} ${IDEMPIERE_HOME}/jettyhome/etc/jetty.xml > /dev/null 2>&1 grep ${ADEMPIERE_WEB_PORT} ${IDEMPIERE_HOME}/jettyhome/etc/jetty-selector.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"