mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Fix arg parsing in entrypoint
This commit is contained in:
@@ -11,4 +11,4 @@ EOF
|
|||||||
rm /tmp/passwd
|
rm /tmp/passwd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec scl enable rh-postgresql10 "$@"
|
exec scl enable rh-postgresql10 -- "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user