From acec4f62939b86a1643f0cff0c0274d5d6297adf Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 24 Jan 2024 04:49:08 -0500 Subject: [PATCH] Update install.func tweak --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 4f98236f..739b5884 100644 --- a/misc/install.func +++ b/misc/install.func @@ -42,7 +42,7 @@ error_handler() { local command="$2" local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}" echo -e "\n$error_message" - if [[ "$line_number" -eq 24 ]]; then + if [[ "$line_number" -eq 23 ]]; then echo -e "The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.\n" fi }