2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Avoid mangling ipv4 in url in media deployment

This commit is contained in:
Jarrod Johnson 2022-12-09 10:59:50 -05:00
parent 93f6641a16
commit f55c25a52c

View File

@ -93,7 +93,6 @@ if [ -z "$confluent_mgr" ]; then
else
confluent_mgr="[$confluent_mgr]"
fi
confluent_mgr="[$confluent_mgr]"
fi
curl -f https://$confluent_mgr/confluent-public/os/$confluent_profile/scripts/prechroot.sh > /tmp/postinst.sh
. /tmp/postinst.sh
@ -127,7 +126,6 @@ if [ -z "$confluent_mgr" ]; then
else
confluent_mgr="[$confluent_mgr]"
fi
confluent_mgr="[$confluent_mgr]"
fi
curl -f https://$confluent_mgr/confluent-public/os/$confluent_profile/scripts/post.sh > /tmp/postinst.sh
. /tmp/postinst.sh