mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Remove over-enthusiastic quoting.
This commit is contained in:
parent
792f677829
commit
600603a416
@ -76,10 +76,10 @@ fi
|
||||
#
|
||||
# Try a few alternatives for a database user or give up...
|
||||
if try_db_user "${AWL_DBAUSER}" ; then
|
||||
export DBA="-U \"${AWL_DBAUSER}\""
|
||||
export DBA="-U ${AWL_DBAUSER}"
|
||||
else
|
||||
if try_db_user "postgres" ; then
|
||||
export DBA="-U \"postgres\""
|
||||
export DBA="-U postgres"
|
||||
else
|
||||
if try_db_user "${USER}" ; then
|
||||
export DBA=""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user