Update deploy.sh
This commit is contained in:
parent
efacbdf036
commit
9fe7cb417a
|
@ -3,7 +3,7 @@
|
||||||
SECONDS=0
|
SECONDS=0
|
||||||
docker_dir=$(docker info | grep "Docker Root Dir" | cut -d':' -f2)
|
docker_dir=$(docker info | grep "Docker Root Dir" | cut -d':' -f2)
|
||||||
source ./process-utils.sh
|
source ./process-utils.sh
|
||||||
process_init 2
|
process_init 30
|
||||||
|
|
||||||
red='\033[0;31m'
|
red='\033[0;31m'
|
||||||
green='\033[0;32m'
|
green='\033[0;32m'
|
||||||
|
|
Loading…
Reference in New Issue