IDEMPIERE-4521 Release 8.1 - RC (#355)
Fixes for debian installer in ubuntu 20.04
This commit is contained in:
parent
dd44226ee2
commit
d454b03407
|
@ -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>
|
||||
|
|
|
@ -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}\""
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue