mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
2ba9e56033
This moves the container-based code location and venvs. The goal here is that the paths of Tower source for isolated vs normal nodes matches (both in prod and local development) so that we don't have to add a bunch of additional bwrap argument logic for <location-of-isolated-tower-venv>.
4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
. /venv/tower/bin/activate
|
|
exec env TOWER_LIB_DIRECTORY=/tower_lib /tower_devel/run.py "$@"
|