Update deploy.sh

This commit is contained in:
AnJia 2018-10-12 11:56:24 +08:00 committed by GitHub
parent 9e3c3fe2a8
commit dbf4bf4836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
SECONDS=0
docker_dir=$(docker info | grep "Docker Root Dir" | cut -d':' -f2)
source ./process-utils.sh
process_init 3
process_init 20
red='\033[0;31m'
green='\033[0;32m'