Browse Source

add more info

neilpang 5 years ago
parent
commit
45e8bb03e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deploy/docker.sh

+ 1 - 0
deploy/docker.sh

@@ -126,6 +126,7 @@ docker_deploy() {
   fi
   fi
 
 
   if [ "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" ]; then
   if [ "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" ]; then
+    _info "Reloading: $DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"
     if ! _docker_exec "$_cid" "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"; then
     if ! _docker_exec "$_cid" "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"; then
       return 1
       return 1
     fi
     fi