2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-12 18:59:06 +00:00

Correct execution of post.sh

post.sh was not retrieved correctly, workaround
by prefecting it to the expected place rather than
letting yast do it.
This commit is contained in:
Jarrod Johnson 2020-10-16 11:07:35 -04:00
parent 4508cfa364
commit 21cc9d66db

View File

@ -126,6 +126,7 @@ curl -f $proto://$mgr/confluent-public/os/$profile/scripts/firstboot.sh > /mnt/e
curl -f $proto://$mgr/confluent-public/os/$profile/scripts/post.sh > /mnt/etc/confluent/post.sh
chmod +x /mnt/etc/confluent/firstboot.sh
chmod +x /mnt/etc/confluent/post.sh
cp /mnt/etc/confluent/post.sh /mnt/var/adm/autoinstall/scripts/
]]>
</source>
</script>