Skip to content

Commit

Permalink
Hide line 28: kill no such process error
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 3, 2024
1 parent 9ac9194 commit 689c216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export LC_ALL=C

function cleanup() {
if [ -n "$(jobs -p)" ]; then
kill "$(jobs -p)"
kill "$(jobs -p)" 2>/dev/null
fi
}

Expand Down

0 comments on commit 689c216

Please sign in to comment.