Skip to content

Commit

Permalink
Update launch-delayed-jiva-rep-with-ip
Browse files Browse the repository at this point in the history
  • Loading branch information
kmova authored Mar 10, 2017
1 parent 1efd6b3 commit e42bb88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/launch-delayed-jiva-rep-with-ip
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ _stop() {
}

echo "Trapping SIGINT, SIGTERM and SIGKILL"
trap _stop SIGINT
trap _stop SIGTERM
#trap _stop SIGINT
#trap _stop SIGTERM

echo "Starting container $JIVA_REP_NAME after 60s"
sleep 60
Expand All @@ -124,4 +124,4 @@ fi
echo "Waiting for container $JIVA_REP_NAME ($CONTAINER_ID) to finish"
PID=$(ps aux | grep "docker-containerd-shim $CONTAINER_ID" | grep -v "grep" | awk '{print $2}')
anywait $PID
cleanup
#cleanup

0 comments on commit e42bb88

Please sign in to comment.