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

Fix typo in confluent name in coreos script

This commit is contained in:
Jarrod Johnson 2021-12-03 12:47:05 -05:00
parent f2b2d8519c
commit 4e0a76d955

View File

@ -59,7 +59,7 @@ ln -s /etc/systemd/system/confluent-ssh.service /sysroot/etc/systemd/system/sshd
ln -s /etc/systemd/system/confluent-onboot.service /sysroot/etc/systemd/system/multi-user.target.wants/
cat > /sysroot/opt/confluennt/bin/onboot.sh << 'EOF'
cat > /sysroot/opt/confluent/bin/onboot.sh << 'EOF'
#!/bin/sh
nodename=$(grep ^NODENAME: /etc/confluent/confluent.info | awk '{print $2}')
confluent_mgr=$(grep ^MANAGER: /etc/confluent/confluent.info| head -n 1| awk '{print $2}' | sed -e s/%/%25/)