Skip to content

Commit

Permalink
Don't exit on error
Browse files Browse the repository at this point in the history
  • Loading branch information
joerage committed Dec 7, 2016
1 parent eb5e536 commit 5e1682e
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,7 +1,5 @@
#!/bin/bash

set -e

###
# Arguments:
#
Expand Down Expand Up @@ -32,4 +30,4 @@ fi
cmd="docker run $NAME_ARG $2 -d $3 $4"

echo "Running command: $cmd"
eval $cmd
eval $cmd

0 comments on commit 5e1682e

Please sign in to comment.