Skip to content

Commit

Permalink
enable rh-postgresql10 in awx-python
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Jul 18, 2019
1 parent dac1fae commit a73a51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/awx-python
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a73a51e

Please sign in to comment.