From 278cc46fde3b25334ef47c8dcb7f2fadda2c376a Mon Sep 17 00:00:00 2001 From: Anon Date: Wed, 16 Oct 2024 23:23:02 -0700 Subject: [PATCH] Bugfix and remove useless variable --- boorubot_v2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boorubot_v2.sh b/boorubot_v2.sh index a46e202..2bbee07 100755 --- a/boorubot_v2.sh +++ b/boorubot_v2.sh @@ -28,8 +28,7 @@ ENTRY="${RUN_DIR}/../FediStatusPoster/runconfig.sh" # DEFAULT_CREDENTIALS="${RUN_DIR}/credentials/hentaibot.sh.gpg" # DEFAULT_KEYFILE="/zfs_media/fs1/BotKeys/hentaibot.sh.key" BOORU_URL="gelbooru.com" -BLACKLIST_HISTORY=50 -POS_ARGS=8 +POS_ARGS=9 [ ! $# -ge $POS_ARGS ] &&\ echo "Invalid number of arguments..." &&\