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

Fix typo in imageboot.sh script

This commit is contained in:
Jarrod Johnson 2021-06-15 08:38:27 -04:00
parent 38a4e20b9a
commit 3f87696978

View File

@ -79,5 +79,5 @@ mkdir -p /sysroot/opt/confluent/bin
curl -sf https://$confluent_mgr/confluent-public/os/$confluent_profile/scripts/onboot.sh > /sysroot/opt/confluent/bin/onboot.sh
chmod +x /sysroot/opt/confluent/bin/onboot.sh
ln -s /etc/systemd/system/onboot.service /sysroot/etc/systemd/system/multi-user.target.wants/onboot.service
cp /etc/confluennt/functions /sysroot/etc/confluent/functions
cp /etc/confluent/functions /sysroot/etc/confluent/functions
exec /opt/confluent/bin/start_root