From 527eabc0b75dda0389bf6bedb87d149b8f5baea2 Mon Sep 17 00:00:00 2001 From: JackWhh <5264499+jack_whh@user.noreply.gitee.com> Date: Thu, 18 Jul 2024 07:33:01 +0000 Subject: [PATCH] =?UTF-8?q?=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: JackWhh <5264499+jack_whh@user.noreply.gitee.com> --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9527818..9a9a997 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,7 +42,7 @@ fi # keep string format printf "%s" "$4" >$TEMP_SSH_PRIVATE_KEY_FILE echo "-------" -cat $TEMP_SSH_PRIVATE_KEY_FILE +cat "$4" # avoid Permissions too open chmod 600 $TEMP_SSH_PRIVATE_KEY_FILE