From e4d12b82f9441da408cd98034d5714c33cb33c28 Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Fri, 11 Oct 2024 20:46:15 +0200 Subject: [PATCH] set -eu --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 770d660..129490c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash # Script in strict mode -# set -eou pipefail +set -eu # -------------------------------------------------------------------------- # Imports