From 3a3b52fc691a6b355c7146218a634b2fd26c5c6e Mon Sep 17 00:00:00 2001 From: gandc Date: Thu, 5 Dec 2024 17:38:07 +0300 Subject: [PATCH] comment debug line --- script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script b/script index 2ac2399..4294315 100644 --- a/script +++ b/script @@ -54,7 +54,7 @@ if [[ -n "$ERR_FILE" ]]; then if ! check_path "$ERR_FILE"; then exit 1 fi - echo "Redirecting errors to $ERR_FILE" >&2 + #echo "Redirecting errors to $ERR_FILE" >&2 exec 2>"$ERR_FILE" fi