2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Fix EL7 typeo in postscript

This commit is contained in:
Jarrod Johnson 2022-06-17 09:08:12 -04:00
parent bfecaa389d
commit bd95f00680

View File

@ -80,7 +80,7 @@ if [ -e /tmp/installdisk -a ! -e /tmp/partitioning ]; then
echo autopart --nohome $LUKSPARTY >> /tmp/partitioning
fi
if [ -f /opt/confluent/bin/apiclient ]; then
python /opt/confluent/binapiclient /confluent-public/os/$confluent_profile/kickstart.custom -o /tmp/kickstart.custom
python /opt/confluent/bin/apiclient /confluent-public/os/$confluent_profile/kickstart.custom -o /tmp/kickstart.custom
else:
python /etc/confluent/apiclient /confluent-public/os/$confluent_profile/kickstart.custom -o /tmp/kickstart.custom
fi