From a73a51e6a4b6895a543680a86cc0de25c5a58040 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Thu, 18 Jul 2019 13:35:34 -0400 Subject: [PATCH] enable rh-postgresql10 in awx-python --- tools/scripts/awx-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/awx-python b/tools/scripts/awx-python index b92f3c5b2a51..2ac4b01361ec 100755 --- a/tools/scripts/awx-python +++ b/tools/scripts/awx-python @@ -1,7 +1,7 @@ #!/bin/bash # Enable needed Software Collections, if installed -for scl in rh-python36; do +for scl in rh-python36 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