mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Sweeping replace of old dev venv paths
This commit is contained in:
@@ -9,7 +9,7 @@ for scl in rh-postgresql10; do
|
||||
done
|
||||
|
||||
# Enable Tower virtualenv
|
||||
for venv_path in /var/lib/awx/venv/awx /venv/awx; do
|
||||
for venv_path in /var/lib/awx/venv/awx; do
|
||||
if [ -f $venv_path/bin/activate ]; then
|
||||
. $venv_path/bin/activate
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user