fix: redirect stderr to stdout in install.sh for pipe execution
Some checks failed
Build and Push Docker Images / docker (push) Failing after 9s

This commit is contained in:
jeanotx32
2026-05-18 22:56:25 -04:00
parent 197aef4db9
commit af7fc88ea6

View File

@@ -10,6 +10,13 @@
# =============================================================================
set -euo pipefail
# Redirige stderr vers stdout pour que les erreurs soient visibles en mode pipe
exec 2>&1
echo "=================================================="
echo " VPS Monitor Agent — démarrage du script"
echo "=================================================="
# ─── Constantes ───────────────────────────────────────────────────────────────
REPO_BASE="https://git.jeanbonapp.com/jeanbon/ScriptVPS/raw/branch"
REPO_FILES=(