From c6f64db44f2eeb71a2eb557165f1824b946326c5 Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 13 Oct 2024 23:40:53 -0700 Subject: [PATCH] Updated for new key paths --- imgbot.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/imgbot.sh b/imgbot.sh index 60308fc..bd2d992 100755 --- a/imgbot.sh +++ b/imgbot.sh @@ -38,19 +38,19 @@ shift case "$PICKED" in */rsc/YandereLewdBot/*) DEFAULT_CREDENTIALS="${RUN_DIR}/credentials/yanderelewdbot.sh.gpg" - DEFAULT_KEYFILE='/zfs_media/fs1/BotKeys/yanderelewdbot.sh.key' + DEFAULT_KEYFILE='/media/3965789e-c451-4877-b96a-e07ebbe1153b/keys/yanderelewdbot.sh.key' ;; */rsc/FutureDiary/*) DEFAULT_CREDENTIALS="${RUN_DIR}/credentials/futurediary.sh.gpg" - DEFAULT_KEYFILE='/zfs_media/fs1/BotKeys/futurediary.sh.key' + DEFAULT_KEYFILE='/media/3965789e-c451-4877-b96a-e07ebbe1153b/keys/futurediary.sh.key' ;; */rsc/HappySugarLife/*) DEFAULT_CREDENTIALS="${RUN_DIR}/credentials/happysugarlife.sh.gpg" - DEFAULT_KEYFILE='/zfs_media/fs1/BotKeys/happysugarlife.sh.key' + DEFAULT_KEYFILE='/media/3965789e-c451-4877-b96a-e07ebbe1153b/keys/happysugarlife.sh.key' ;; */rsc/Netoge/*) DEFAULT_CREDENTIALS="${RUN_DIR}/credentials/netoge.sh.gpg" - DEFAULT_KEYFILE='/zfs_media/fs1/BotKeys/netoge.sh.key' + DEFAULT_KEYFILE='/media/3965789e-c451-4877-b96a-e07ebbe1153b/keys/netoge.sh.key' ;; esac