From d7ed355918118c1dd2648277afd45118ee706668 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 26 Sep 2023 11:43:20 -0400 Subject: [PATCH] Update openwrt.sh fixes https://github.com/tteck/Proxmox/issues/1842 --- vm/openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/openwrt.sh b/vm/openwrt.sh index dc1c1828..9c511e37 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -36,7 +36,7 @@ BFR="\\r\\033[K" HOLD="-" CM="${GN}✓${CL}" CROSS="${RD}✗${CL}" -set -Eeuo pipefail +set -Eeo pipefail trap 'error_handler $LINENO "$BASH_COMMAND"' ERR trap cleanup EXIT function error_handler() {