From ba76f7935a7679ff54d9a74e273b2c4078f14bc3 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Tue, 30 May 2023 16:18:45 +0000 Subject: [PATCH] set -euo returns unbound variable --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 43c09d7..198cf93 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://wizardzines.com/comics/bash-errors/bash-errors.png -set -euo pipefail +#set -euo pipefail exec >> >(tee -i /tmp/install.log) exec 2>&1