mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
. /venv/awx/bin/activate
|
|
exec env TOWER_LIB_DIRECTORY=/awx_lib /awx_devel/run.py "$@"
|