Skip to content

Commit 5760d63

Browse files
committed
2.1.7 Fix regression in Bash 5.2
1 parent 795227d commit 5760d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh-oci-bastion.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ if [[ $port ]]; then
174174
set -x
175175
# This only works assuming there are no internal quotes in the command
176176
$ssh_command
177-
set +x
177+
#set +x
178178
exit
179179
fi
180180

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

0 commit comments

Comments
 (0)