From eebbc1162ab9a3340b5d0de70bfdf72506baf7dc Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 14 Aug 2022 22:04:03 +0200 Subject: [PATCH] missed an escape --- scripts/setup_ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_ssh.sh b/scripts/setup_ssh.sh index 9a1628f..79fbe37 100755 --- a/scripts/setup_ssh.sh +++ b/scripts/setup_ssh.sh @@ -14,7 +14,7 @@ if [ -n "$SSH_KEY" ]; then chmod 600 $SSH_KEY_ID cat >$HOME/.ssh/config <