IDEMPIERE-4521 Release 8.1 - RC (#355)

Fixes for debian installer in ubuntu 20.04
This commit is contained in:
Carlos Ruiz 2020-11-04 23:30:50 +01:00 committed by GitHub
parent dd44226ee2
commit d454b03407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Version: 8.1
Section: web
Priority: extra
Architecture: all
Pre-Depends: openjdk-11-jdk-headless|openjdk-12-jdk-headless|openjdk-13-jdk-headless|openjdk-14-jdk-headless, postgresql-13|postgresql-12|postgresql-11|postgresql-10|postgresql-contrib-9.6, adduser
Pre-Depends: openjdk-11-jdk-headless|openjdk-12-jdk-headless|openjdk-13-jdk-headless|openjdk-14-jdk-headless, postgresql-13|postgresql-12|postgresql-11|postgresql-10|postgresql-contrib-9.6, adduser, net-tools
Suggests: firefox
Installed-Size: 968668
Maintainer: Carlos Ruiz <carg67@gmail.com>

View File

@ -543,8 +543,9 @@ configure()
configure_perform
CONFIGURE_RUN=true
write_sysconfig
echo "To access the iDempiere Server Home Page, start the server with 'systemctl start idempiere'"
echo "and then go to \"http://127.0.0.1:${ADEMPIERE_WEB_PORT}\""
echo "To access the iDempiere Server Home Page, start the server with:"
echo "SYSTEMCTL_SKIP_REDIRECT=1 /etc/init.d/idempiere start"
echo "and then go to \"http://127.0.0.1:${ADEMPIERE_WEB_PORT}\""
}