mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
ansible-tower-isolated RPM
This commit is contained in:
4
tools/scripts/tower-expect
Executable file
4
tools/scripts/tower-expect
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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 "$@"
|
||||
Reference in New Issue
Block a user