Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rdocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
ssh_key_file="$HOME/.ssh/id_rdocker"
if [[ ! -f "$ssh_key_file" ]]; then
if [[ ! -z "${SSH_KEY}" ]]; then
echo "SSH key passed through SSH_KEY environment variable: lenght check ${#SSH_KEY}"
echo "SSH key passed through SSH_KEY environment variable: length check ${#SSH_KEY}"
mkdir -p ~/.ssh
if [[ ! -z "${SPLIT_CHAR}" ]]; then
echo "${SSH_KEY}" | tr \'"${SPLIT_CHAR}"\' '\n' > "$ssh_key_file"
Expand Down