From 6ed6f6ca384d694de5d77aafa9278a8d575807a3 Mon Sep 17 00:00:00 2001 From: JackWhh <5264499+jack_whh@user.noreply.gitee.com> Date: Thu, 18 Jul 2024 06:21:31 +0000 Subject: [PATCH] 1 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 47c78f6..3d3442c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ #set -e at the top of your script will make the script exit with an error whenever an error occurs (and is not explicitly handled) set -eu -TEMP_SSH_PRIVATE_KEY_FILE='../private_key.pem' +TEMP_SSH_PRIVATE_KEY_FILE='../private_wdhcr.pem' TEMP_SFTP_FILE='../sftp' # make sure remote path is not empty