From 45f339fb03ad92e4429de18a86e49e52e4f08c00 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 12 Nov 2024 14:31:28 +0200 Subject: [PATCH] add Key folder to be checked for Signing Keys --- executables/install_mods.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executables/install_mods.sh b/executables/install_mods.sh index efbc456..f8dcfd6 100644 --- a/executables/install_mods.sh +++ b/executables/install_mods.sh @@ -49,7 +49,7 @@ function check_and_fix_depth () { }; function apply_mod_signing_keys_to_server () { - for dir in Keys keys key; do + for dir in Keys keys Key key; do if [ -d /app/serverfiles/mods/$1/$dir ]; then cp -r /app/serverfiles/mods/$1/$dir/*.bikey /app/serverfiles/keys/ fi