EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
22 stars 7 forks source link

[DBP-772]: Fix issue with Chinese user and 'nt authority\system' user. #119

Closed muralikrishna05 closed 4 months ago

muralikrishna05 commented 4 months ago

Chinese user not working with 'whoami' varaible and 'nt authority\system' user not working with 'system_username' variable.

So,Using conditions ( ${system_username} variable to handle Chinese user and {whoami} variable to handle 'nt authority\system' user ) to resolve both issues.