From 2cc47f93987414b30e21ddc7dcdd420c1708f23e Mon Sep 17 00:00:00 2001 From: sneak Date: Wed, 22 May 2024 07:42:10 -0700 Subject: [PATCH] fix typo --- just-authorized-keys/prov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just-authorized-keys/prov.sh b/just-authorized-keys/prov.sh index 3db9cb6..b334216 100644 --- a/just-authorized-keys/prov.sh +++ b/just-authorized-keys/prov.sh @@ -2,7 +2,7 @@ URL="https://dl.sneak.cloud/0000/authorized_keys" -function install_authorized_keys() { +function install_authorized_keys () { mkdir -p /root/.ssh curl -sL $URL > /root/.ssh/authorized_keys.new if [[ $(wc -l /root/.ssh/authorized_keys.new | awk '{print $1}') -gt 0 ]]; then