Updated for new key paths
This commit is contained in:
parent
65b162e34a
commit
c6f64db44f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user