From 96be47824f964c144273b517f0a9935766b46fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 15 May 2026 11:49:57 +0200 Subject: [PATCH] Moved clear command from parent to child process. --- script/deploy.sh | 2 +- script/start.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/script/deploy.sh b/script/deploy.sh index 40c7832..6c9cc6d 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -957,7 +957,7 @@ GUM_INPUT_TIMEOUT="3600" # --- PRE MAIN LOGIC ---> set -euo pipefail - +clear trap cleanup EXIT # --- PRE MAIN LOGIC ---< diff --git a/script/start.sh b/script/start.sh index 9683097..41516f0 100644 --- a/script/start.sh +++ b/script/start.sh @@ -48,7 +48,4 @@ git clone "${REPO_URL}" "${INSTALL_DIR}" -q # 3. Launch the deployment script cd "${INSTALL_DIR}/script" chmod +x deploy.sh - -clear - ./deploy.sh \ No newline at end of file