Moved clear command from child to parent process.
This commit is contained in:
@@ -957,7 +957,6 @@ GUM_INPUT_TIMEOUT="3600"
|
|||||||
|
|
||||||
# --- PRE MAIN LOGIC --->
|
# --- PRE MAIN LOGIC --->
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
clear
|
|
||||||
|
|
||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
# --- PRE MAIN LOGIC ---<
|
# --- PRE MAIN LOGIC ---<
|
||||||
|
|||||||
@@ -48,4 +48,7 @@ git clone "${REPO_URL}" "${INSTALL_DIR}" -q
|
|||||||
# 3. Launch the deployment script
|
# 3. Launch the deployment script
|
||||||
cd "${INSTALL_DIR}/script"
|
cd "${INSTALL_DIR}/script"
|
||||||
chmod +x deploy.sh
|
chmod +x deploy.sh
|
||||||
|
|
||||||
|
clear
|
||||||
|
|
||||||
./deploy.sh
|
./deploy.sh
|
||||||
Reference in New Issue
Block a user