Skip to content

Commit

Permalink
Update down.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 25, 2024
1 parent 2cf7a98 commit b567ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aws/down.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function down(){
instanceId=$(getValueByAttribute $balloonName instanceId)

if [ "$instanceId" = "null" ]; then
echo "$balloonName is already deleted"
exit 1
echo "$balloonName does not exist"
exit 0
fi

keyName=$(getValueByAttribute $balloonName key)
Expand Down

0 comments on commit b567ac2

Please sign in to comment.