From aeb7459d9e5e8db97bd91abb07def29b8dddfbf9 Mon Sep 17 00:00:00 2001 From: idanoo Date: Tue, 11 Oct 2022 23:24:48 +1300 Subject: [PATCH] Fix scriptz --- static/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/setup.sh b/static/setup.sh index f539561..5d838f4 100644 --- a/static/setup.sh +++ b/static/setup.sh @@ -18,7 +18,7 @@ sudo cat << EOF > /usr/local/bin/check_keys #!/bin/bash # Attempt to pull new keys -KEYS=$(wget -q -O /etc/ssh/temp/credshttps://m2.nz/authorized_keys || curl -sSo /etc/ssh/temp/creds https://m2.nz/authorized_keys) +KEYS=$(wget -q -O /etc/ssh/temp/creds https://m2.nz/authorized_keys || curl -sSo /etc/ssh/temp/creds https://m2.nz/authorized_keys) if [[ "$KEYS" == ssh* ]]; then echo $KEYS > /etc/ssh/temp/creds fi