Moved clear command from parent to child process.

This commit is contained in:
Raphaël Numbus
2026-05-15 11:49:57 +02:00
parent 17a6affa85
commit 96be47824f
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -957,7 +957,7 @@ GUM_INPUT_TIMEOUT="3600"
# --- PRE MAIN LOGIC --->
set -euo pipefail
clear
trap cleanup EXIT
# --- PRE MAIN LOGIC ---<