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