Skip to content

Commit

Permalink
update stop script
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed Jun 13, 2024
1 parent d8777d3 commit e7aa649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/scripts/application-stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
APP_NAME=""

docker ps -a $APP_NAME && grep docker stop $APP_NAME && docker rm $APP_NAME
docker ps -a |grep $APP_NAME && docker stop $APP_NAME && docker rm $APP_NAME

0 comments on commit e7aa649

Please sign in to comment.