4 lines
98 B
Bash
Executable File

#!/bin/bash
. /venv/awx/bin/activate
exec env TOWER_LIB_DIRECTORY=/awx_lib /awx_devel/run.py "$@"