From f554b38cd9a7d9fc6a52f2568561ecc0c1c6f9aa Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:01:08 +0100 Subject: [PATCH] Update build.func --- misc/build.func | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/build.func b/misc/build.func index 763a0ba1..afc00f1d 100644 --- a/misc/build.func +++ b/misc/build.func @@ -196,8 +196,6 @@ header_info() { fi rm -rf "$temp_dir" - else - fi term_width=$(tput cols 2>/dev/null || echo 120) @@ -208,6 +206,7 @@ $ascii_art EOF } + # This function checks if the script is running through SSH and prompts the user to confirm if they want to proceed or exit. ssh_check() { if [ -n "${SSH_CLIENT:+x}" ]; then