Skip to content

Commit e03e9e0

Browse files
author
anmarhindi
committed
remove check_config_service
1 parent 64e7d4b commit e03e9e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

start

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22
trap "echo -ne '\nstopping container...' && docker stop refinery-embedder > /dev/null 2>&1 && echo -ne '\t\t [done]\n'" EXIT
33

4-
source check_config_service
5-
64
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)
75

86
echo -ne 'stopping old container...'

0 commit comments

Comments
 (0)