💡 fix comment typo

This commit is contained in:
DrMaxNix 2024-06-20 22:25:02 +02:00
parent b09386a238
commit 680018d9fd

View File

@ -5,7 +5,7 @@ set -e
mkdir -p /host_keys
chmod 700 /host_keys
# check whethre they exist
# check whether they exist
if [[ ! -f /host_keys/ssh_host_rsa_key || ! -f /host_keys/ssh_host_ecdsa_key || ! -f /host_keys/ssh_host_ed25519_key || ! -f /host_keys/ssh_host_rsa_key.pub || ! -f /host_keys/ssh_host_ecdsa_key.pub || ! -f /host_keys/ssh_host_ed25519_key.pub ]]; then
# create new keys
mkdir -p /host_keys/etc/ssh