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

Fix typo in cosmetic message

This commit is contained in:
Jarrod Johnson 2021-04-08 20:48:46 -04:00
parent 153956b2cd
commit f11687998f

View File

@ -80,7 +80,7 @@ else
ip route add default via $v4gw
fi
fi
echo -n "Initialiing ssh..."
echo -n "Initializing ssh..."
ssh-keygen -A
for pubkey in /etc/ssh/ssh_host*key.pub; do
certfile=${pubkey/.pub/-cert.pub}