mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +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...
|
# Try a few alternatives for a database user or give up...
|
||||||
if try_db_user "${AWL_DBAUSER}" ; then
|
if try_db_user "${AWL_DBAUSER}" ; then
|
||||||
export DBA="-U \"${AWL_DBAUSER}\""
|
export DBA="-U ${AWL_DBAUSER}"
|
||||||
else
|
else
|
||||||
if try_db_user "postgres" ; then
|
if try_db_user "postgres" ; then
|
||||||
export DBA="-U \"postgres\""
|
export DBA="-U postgres"
|
||||||
else
|
else
|
||||||
if try_db_user "${USER}" ; then
|
if try_db_user "${USER}" ; then
|
||||||
export DBA=""
|
export DBA=""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user