From 1c20d7651e63f5e39f0cb81314af31220e3a0092 Mon Sep 17 00:00:00 2001 From: graur Date: Tue, 6 Dec 2022 17:05:29 +0300 Subject: [PATCH] #35 - added strict mode to run.sh --- examples/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/run.sh b/examples/run.sh index 22aa50e..cf5cdaf 100644 --- a/examples/run.sh +++ b/examples/run.sh @@ -1,5 +1,6 @@ #!/bin/bash +set -euox pipefail file=$1 echo "Pull c2eo Docker image"