2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Remove the wait for ssh-keygen

By this point, it should be done and we accidentally wait on wrong
thing.
This commit is contained in:
Jarrod Johnson 2020-08-11 17:08:00 -04:00
parent 060d8093e6
commit e2ff9163bc

View File

@ -68,7 +68,6 @@ else
ip route add default via $v4gw
fi
fi
wait
for pubkey in /etc/ssh/ssh_host*key.pub; do
certfile=${pubkey/.pub/-cert.pub}
privfile=${pubkey%.pub}