From 6de824c9c2bde2c43adbacae8f58181ee6a48ed0 Mon Sep 17 00:00:00 2001 From: numzero Date: Fri, 3 Apr 2026 16:56:05 +0300 Subject: [PATCH] init.sh: fix error handling --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 2c4cebc..428f66b 100755 --- a/init.sh +++ b/init.sh @@ -1,7 +1,7 @@ #!/bin/sh # set -x # debug -set -E # abort on errors +set -e # abort on errors cd "${0%/*}" # where this script is located usage() {