From 696231a6c440c2d137680d87614d50f4a905204e Mon Sep 17 00:00:00 2001 From: Anon Date: Sat, 9 Mar 2024 19:02:02 -0800 Subject: [PATCH] Fixed transposed credentials --- boorubot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boorubot.sh b/boorubot.sh index 0442e54..d7383e7 100755 --- a/boorubot.sh +++ b/boorubot.sh @@ -25,8 +25,8 @@ ABS_PATH="$(readlink -f "$0")" RUN_DIR="$(dirname "$ABS_PATH")" ENTRY="${RUN_DIR}/../FediStatusPoster/runconfig.sh" -DEFAULT_CREDENTIALS='/zfs_media/fs1/BotKeys/hentaibot.sh.gpg' -DEFAULT_KEYFILE="${RUN_DIR}/credentials/hentaibot.sh.key" +DEFAULT_CREDENTIALS="${RUN_DIR}/credentials/hentaibot.sh.gpg" +DEFAULT_KEYFILE="/zfs_media/fs1/BotKeys/hentaibot.sh.key" BOORU_URL="gelbooru.com" [ ! $# -ge 4 ] &&\