Skip to content

Commit

Permalink
debug getValueByAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Jan 20, 2024
1 parent b0621da commit b0c2503
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/aws/delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ function delete(){
keyName=$(getValueByAttribute $balloonName key)
groupName=$(getValueByAttribute $balloonName groupName)

echo "ballonName: $balloonName"
echo "instanceId: $instanceId"
echo "keyName: $keyName"
echo "groupName: $groupName"
#echo "ballonName: $balloonName"
#echo "instanceId: $instanceId"
#echo "keyName: $keyName"
#echo "groupName: $groupName"

#storePortArrayString $groupName tcp $balloonName
#storePortArrayString $groupName udp $balloonName
Expand Down

0 comments on commit b0c2503

Please sign in to comment.