From d80b956ff7a68c872cdcf9cd0d70240a9b333fc4 Mon Sep 17 00:00:00 2001 From: despiegk Date: Wed, 20 Aug 2025 13:12:47 +0200 Subject: [PATCH] ... --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 019dbfd..33d5f1b 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # KnowledgeCenter Web Server Installation Script # This script sets up the necessary environment for the Flask web server. -set -e # Exit on any error +set -euo pipefail # Colors for output RED='\033[0;31m'