From 29f825af2e756c152b79a412faca2e4785e98a56 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 3 May 2023 18:57:32 +0200 Subject: [PATCH 01/11] Pipefail --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/run.sh b/run/run.sh index 777ab08..3a62b99 100755 --- a/run/run.sh +++ b/run/run.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -eu +set -Eeuo pipefail # Docker environment variables From 9c0c41ea4173f55b90a788cbbefb2570c65f5511 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 3 May 2023 18:58:50 +0200 Subject: [PATCH 02/11] Pipefail --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index a5d8514..6c20480 100644 --- a/run/install.sh +++ b/run/install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -eu +set -Eeuo pipefail # Display wait message on port 5000 HTML="Please wait while Virtual DSM is installing...