Fixed transposed credentials

This commit is contained in:
Anon 2024-03-09 19:02:02 -08:00
parent 56924187ac
commit 696231a6c4

View File

@ -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 ] &&\