summaryrefslogtreecommitdiffstats
path: root/tools/scripts/awx-python
diff options
context:
space:
mode:
authorChristian M. Adams <rooftopcellist@gmail.com>2020-12-15 21:03:18 +0100
committerChristian M. Adams <rooftopcellist@gmail.com>2021-01-08 16:54:00 +0100
commit36466b96944fbd264c56d674b39c615b1111b7d7 (patch)
tree626c6654f91b800b2188505404d221b2e8f07474 /tools/scripts/awx-python
parentMerge pull request #8880 from vguillard/issue_5080_openstack_region_field_mis... (diff)
downloadawx-36466b96944fbd264c56d674b39c615b1111b7d7.tar.xz
awx-36466b96944fbd264c56d674b39c615b1111b7d7.zip
Upgrade PostgreSQL from 10 to 12
Diffstat (limited to '')
-rwxr-xr-xtools/scripts/awx-python8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/scripts/awx-python b/tools/scripts/awx-python
index 00d5e7363e..7b64af02e3 100755
--- a/tools/scripts/awx-python
+++ b/tools/scripts/awx-python
@@ -1,12 +1,4 @@
#!/usr/bin/env bash
-# Enable needed Software Collections, if installed
-for scl in rh-postgresql10; do
- if [ -f /etc/scl/prefixes/$scl ]; then
- if [ -f `cat /etc/scl/prefixes/$scl`/$scl/enable ]; then
- . `cat /etc/scl/prefixes/$scl`/$scl/enable
- fi
- fi
-done
# Enable Tower virtualenv
for venv_path in /var/lib/awx/venv/awx; do