mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-11 18:42:29 +00:00
Address typo in RHVH 4.3 support
This prevented 4.3 from deploying
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user