From 37cabd557cd4b7397c99d71463c7add11f558154 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 12 Nov 2024 15:01:57 +0200 Subject: [PATCH] Add func --- 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 980c598..949443a 100644 --- a/executables/install_mods.sh +++ b/executables/install_mods.sh @@ -62,7 +62,7 @@ function remove_mod_signing_keys_from_server () { popd }; -check_mod_names_and_mods_array_lengths () { +function check_mod_names_and_mods_array_lengths () { local -n array1="$1" local -n array2="$2"