diff --git a/entrypoint.sh b/entrypoint.sh index 9527818..28dc8c1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -41,8 +41,6 @@ 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