From 21b8f2b469ce29db1b8b1dbaa6f11545ff3cebbf Mon Sep 17 00:00:00 2001 From: Anon Date: Fri, 15 Mar 2024 17:49:37 -0700 Subject: [PATCH] Updated to fix possible fork bomb --- boorubot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/boorubot.sh b/boorubot.sh index 0073e14..d154616 100755 --- a/boorubot.sh +++ b/boorubot.sh @@ -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