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:
parent
93f6641a16
commit
f55c25a52c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user