fix: remove set -e from setup script to prevent early exit

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-14 10:26:35 +08:00
parent 8f8cf629bb
commit f8fc64ff5c
-2
View File
@@ -2,8 +2,6 @@
# hermes-web-ui environment check & auto-setup
# Usage: bash setup.sh
set -e
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'