From 6009d21da7f7e0de77cf179012129e36997ebc53 Mon Sep 17 00:00:00 2001 From: JackWhh <5264499+jack_whh@user.noreply.gitee.com> Date: Thu, 18 Jul 2024 07:25:54 +0000 Subject: [PATCH] 1 Signed-off-by: JackWhh <5264499+jack_whh@user.noreply.gitee.com> --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 3d3442c..9527818 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -41,6 +41,7 @@ fi # keep string format printf "%s" "$4" >$TEMP_SSH_PRIVATE_KEY_FILE +echo "-------" cat $TEMP_SSH_PRIVATE_KEY_FILE # avoid Permissions too open chmod 600 $TEMP_SSH_PRIVATE_KEY_FILE