From 680018d9fd026a0ed06d1f59fd0174203921e41a Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Thu, 20 Jun 2024 22:25:02 +0200 Subject: [PATCH] :bulb: fix comment typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 587eb3c..1bf31dd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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