IDEMPIERE-5137 Login page reload continuously using http - improve message in the Debian installer (#1107)

This commit is contained in:
Carlos Ruiz 2022-01-04 03:46:16 +01:00 committed by GitHub
parent 349e0f35a6
commit 0e31c91e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ configure()
write_sysconfig
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}\""
echo "and then go to \"https://127.0.0.1:${ADEMPIERE_SSL_PORT}\""
}