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