admin.sh: quote extra arguments to fix use of -e

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-22 12:25:45 +01:00
parent 8381b62304
commit a96ac9034f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ exec psql \
--port='{{ postgres_ha_cont_port }}' \
--username='{{ postgres_ha_admin_user }}' \
--dbname='{{ postgres_ha_db_name }}' \
${@}
"${@}"