add Key folder to be checked for Signing Keys

This commit is contained in:
2024-11-12 14:31:28 +02:00
parent 6794dbae1e
commit 45f339fb03
+1 -1
View File
@@ -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