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