Fix arg parsing in entrypoint

This commit is contained in:
Shane McDonald 2019-09-12 15:12:04 -04:00
parent 70057bc0f2
commit 3c0a0e1f4a

View File

@ -11,4 +11,4 @@ EOF
rm /tmp/passwd
fi
exec scl enable rh-postgresql10 "$@"
exec scl enable rh-postgresql10 -- "$@"