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:
parent
060d8093e6
commit
e2ff9163bc
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user