This commit is contained in:
2025-08-20 13:12:47 +02:00
parent c151e0749a
commit d80b956ff7

View File

@@ -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'