From 9c0c41ea4173f55b90a788cbbefb2570c65f5511 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 3 May 2023 18:58:50 +0200 Subject: [PATCH] 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...