Skip to content

Commit

Permalink
not delete sshtunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Feb 10, 2024
1 parent 9873915 commit 2efebb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function stop(){
storePortArrayString $groupName udp $balloonName

publicIp=$(waitForOutput "getLatestIpAddress $instanceId")
treehouses sshtunnel remove host root@$publicIp
#treehouses sshtunnel remove host root@$publicIp
echo "Delete sshtunnel of root@$publicIp"

aws ec2 stop-instances --instance-ids $instanceId
Expand Down

0 comments on commit 2efebb6

Please sign in to comment.