From abd9ebeffa4c7ffc4fa9b2b4183b8004a352e18b Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 10 Jan 2023 15:55:45 -0300 Subject: Changed set at the top of the scripts --- yams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yams') diff --git a/yams b/yams index 42b8677..2ebd3c3 100755 --- a/yams +++ b/yams @@ -1,5 +1,5 @@ #!/bin/bash -set -eu +set -eo pipefail dc="docker-compose -f " install_location="" -- cgit v1.2.3