Updated to fix possible fork bomb

This commit is contained in:
Anon 2024-03-15 17:49:37 -07:00
parent d4063c4915
commit 21b8f2b469

View File

@ -71,7 +71,6 @@ case "$(file --mime-type "$PICKED")" in
*': video/'*) ;;
*)
echo "File is not an image or video: ${PICKED}"
"$0" "$TAGS_BLACKLIST" "$TAGS" "$MSG_SFW" "$MSG_NSFW"
;;
esac