From 6fa8200fe49df02dbc0b6efb85109d9b1fe5ed09 Mon Sep 17 00:00:00 2001 From: Valentin <43043885+itsmrval@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:28:19 +0200 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 3f1bc24..55fc31e 100644 --- a/update.sh +++ b/update.sh @@ -8,4 +8,4 @@ user="home/$user" fi -curl -o /$user/.ssh/authorized_keys -s -X GET -H 'Content-Type: application/json' -d '{"secret": "'$secret'"}' $url/endpoint/update/$server +curl -o /$user/.ssh/authorized_keys -X GET -H 'Content-Type: application/json' -d '{"secret": "'$secret'"}' $url/endpoint/update/$server