diff --git a/script/deploy.sh b/script/deploy.sh index 0b74b93..40c7832 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -957,7 +957,6 @@ 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 41516f0..9683097 100644 --- a/script/start.sh +++ b/script/start.sh @@ -48,4 +48,7 @@ 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