Merge release-7.1 into master

This commit is contained in:
Carlos Ruiz 2020-03-09 16:09:32 +01:00
commit 0fd31674bb
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ echo -------------------------------------
if [ $ISAMAZONRDS = Y ] if [ $ISAMAZONRDS = Y ]
then then
# modified for amazon RDS - doesn't allow SUPERUSER # modified for amazon RDS - doesn't allow SUPERUSER
ROOT_ROLE="CREATEDB IN ROLE rds_superuser, adempiere" ROOT_ROLE="CREATEDB IN ROLE rds_superuser"
else else
ROOT_ROLE="SUPERUSER" ROOT_ROLE="SUPERUSER"
fi fi

View File

@ -41,7 +41,7 @@ echo -------------------------------------
if [ $ISAMAZONRDS = Y ] if [ $ISAMAZONRDS = Y ]
then then
# modified for amazon RDS - doesn't allow SUPERUSER # modified for amazon RDS - doesn't allow SUPERUSER
ROOT_ROLE="CREATEDB IN ROLE rds_superuser, adempiere" ROOT_ROLE="CREATEDB IN ROLE rds_superuser"
else else
ROOT_ROLE="SUPERUSER" ROOT_ROLE="SUPERUSER"
fi fi