comment debug line

This commit is contained in:
gandc 2024-12-05 17:38:07 +03:00
parent c9e50f28d9
commit 3a3b52fc69
Signed by: gandc
GPG Key ID: 9F77B03D43C42CB4

2
script
View File

@ -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