Fixed transposed credentials
This commit is contained in:
parent
56924187ac
commit
696231a6c4
@ -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 ] &&\
|
||||
|
Loading…
Reference in New Issue
Block a user