mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
5 lines
230 B
Bash
Executable File
5 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
AWX_LIB=`/var/lib/awx/venv/tower/bin/python -c 'import os, awx; print os.path.dirname(awx.__file__)'`
|
|
. /var/lib/awx/venv/tower/bin/activate
|
|
exec env TOWER_LIB_DIRECTORY=$AWX_LIB/lib $AWX_LIB/main/isolated/run.py "$@"
|