mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
exec /var/lib/awx/setup/setup.sh "$@"
|