IDEMPIERE-1900 iDempiere Debian Installer - adapt to latest changes on postgresql contrib and ubuntu

This commit is contained in:
Carlos Ruiz 2019-04-26 10:56:27 +02:00
parent f985863ecd
commit 21815b81c2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -550,7 +550,7 @@ configure()
configure_perform
CONFIGURE_RUN=true
write_sysconfig
echo To access the iDempiere Server Home Page, start the server with '/etc/init.d/idempiere start'
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}\"
}