2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 10:39:23 +00:00

Address typo in RHVH 4.3 support

This prevented 4.3 from deploying
This commit is contained in:
Jarrod Johnson 2020-08-05 12:35:16 -04:00
parent ae7ce2033b
commit 2b963ce854

View File

@ -80,7 +80,7 @@ if [ -e /tmp/installdisk ]; then
fi
cd $(mktemp -d)
if [ -x /usr/bin/python ]; then
pythton=/usr/bin/python
python=/usr/bin/python
elif [ -x /usr/libexec/platform-python ]; then
python=/usr/libexec/platform-python
fi