mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
Assorted renaming and string changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Enable Tower virtualenv
|
||||
# Enable AWX virtualenv
|
||||
for venv_path in /var/lib/awx/venv/awx; do
|
||||
if [ -f $venv_path/bin/activate ]; then
|
||||
. $venv_path/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user