fix: redirect stderr to stdout in install.sh for pipe execution
Some checks failed
Build and Push Docker Images / docker (push) Failing after 9s
Some checks failed
Build and Push Docker Images / docker (push) Failing after 9s
This commit is contained in:
@@ -10,6 +10,13 @@
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
set -euo pipefail
|
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 ───────────────────────────────────────────────────────────────
|
# ─── Constantes ───────────────────────────────────────────────────────────────
|
||||||
REPO_BASE="https://git.jeanbonapp.com/jeanbon/ScriptVPS/raw/branch"
|
REPO_BASE="https://git.jeanbonapp.com/jeanbon/ScriptVPS/raw/branch"
|
||||||
REPO_FILES=(
|
REPO_FILES=(
|
||||||
|
|||||||
Reference in New Issue
Block a user