mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
. /venv/awx/bin/activate
|
|
exec env AWX_LIB_DIRECTORY=/awx_lib /awx_devel/run.py "$@"
|