From 91d64c11beb4ba2778090aa96dbb248cac6e695a Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 19 Dec 2023 21:01:36 -0600 Subject: [PATCH] removed extra if --- debian/debian-configure-sshd.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/debian-configure-sshd.sh b/debian/debian-configure-sshd.sh index 38b2e76..04a0659 100644 --- a/debian/debian-configure-sshd.sh +++ b/debian/debian-configure-sshd.sh @@ -31,5 +31,4 @@ if [ $isInFile -eq 0 ] then echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKZ2vuz72vLxq5+iNQopIK19d0Y4TE3eExy9KRiNlAgk rsnapshotbackup" >> /root/.ssh/authorized_keys chmod 600 /root/.ssh/authorized_keys - fi fi