diff --git a/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh b/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh index 87ce41e8..ebda5efe 100644 --- a/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh +++ b/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh @@ -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