mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-22 11:10:25 +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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user