From b941b76b27a9dfb264db9d43709a92cbcfdbf348 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 3 Jan 2024 06:56:47 +0000 Subject: [PATCH] Update include/functions --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index 24fbc02..757c603 100644 --- a/include/functions +++ b/include/functions @@ -26,7 +26,7 @@ makeuser_no_ansible() sub_to_list $1 #We don't need this for thunix, since ansible will do it - echo "$3" | tee /home/$1/.ssh/authorized_keys + echo "$3" | sudo tee /home/$1/.ssh/authorized_keys #If root doesn't have a fediverse account, comment this out #sudo toot "welcome new user ~$1!"