From abe5c9cd42e8b5eae72f465be4aa00d2bb21697a Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Mon, 30 Jan 2017 20:33:05 +0000 Subject: start-container-*.sh: Add 'set -e'. Change-Id: Ie3dfc1e7ad04d94c8f05b7afe335a854012f6723 --- start-container-none.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'start-container-none.sh') diff --git a/start-container-none.sh b/start-container-none.sh index 7315612c..e8f4a0e1 100755 --- a/start-container-none.sh +++ b/start-container-none.sh @@ -1,4 +1,6 @@ #!/bin/bash +set -e + # Pretend to start a local container. Parameters are ignored but # required to have the same interface as the other scripts in this # directory. -- cgit v1.2.3