Skip to content

Commit

Permalink
remove check_config_service
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarhindi committed Nov 6, 2024
1 parent 626656c commit 12ec0f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions start
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
trap "echo -ne '\nstopping container...' && docker stop refinery-gateway > /dev/null 2>&1 && echo -ne '\t\t [done]\n'" EXIT

source check_config_service

HOST_IP=$(docker network inspect bridge --format='{{json .IPAM.Config}}' | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' | tail -1)

echo -ne 'stopping old container...'
Expand Down

0 comments on commit 12ec0f5

Please sign in to comment.