Skip to content

Commit

Permalink
2.1.7 Fix regression in Bash 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Korobskiy committed Aug 31, 2023
1 parent 795227d commit 5760d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssh-oci-bastion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ if [[ $port ]]; then
set -x
# This only works assuming there are no internal quotes in the command
$ssh_command
set +x
#set +x
exit
fi

Expand Down Expand Up @@ -235,5 +235,5 @@ HEREDOC
echo -e "\n[$(date +'%T %Z')] SSH to the target instance via a jump host"
set -x
ssh "${HOST_USER}@${OCI_INSTANCE}"
set +x
#set +x
fi

0 comments on commit 5760d63

Please sign in to comment.