Skip to content

Commit

Permalink
Enabling ec2-autodetect script to apply local db port override but no…
Browse files Browse the repository at this point in the history
…t in ec2 where parallel deployments take place
  • Loading branch information
ceh1 committed Nov 30, 2024
1 parent 36e8664 commit e4c83a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ops/scripts/is_aws_ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#
# Josh Kupershmidt (https://serverfault.com/users/223639/josh-kupershmidt) 3/20/2018

#temporarily disabling this check until understood when its really needed.
echo "no"
exit 1

# Check for ECS environment variable
if [ -n "$ECS_CONTAINER_METADATA_URI" ]; then
echo "yes"
Expand Down

0 comments on commit e4c83a9

Please sign in to comment.