Add brackets to local -n MOD_ARRAY=

This commit is contained in:
2024-11-12 15:15:17 +02:00
parent 37cabd557c
commit c9dff70d99
+1 -1
View File
@@ -73,7 +73,7 @@ function check_mod_names_and_mods_array_lengths () {
}; };
function replace_mods_value () { function replace_mods_value () {
local -n MOD_ARRAY=$1 local -n MOD_ARRAY="$1"
local LINUXGSM_SERVER_CONFIG="/app/lgsm/config-lgsm/arma3server/arma3server.cfg" local LINUXGSM_SERVER_CONFIG="/app/lgsm/config-lgsm/arma3server/arma3server.cfg"
local MOD_LIST="" local MOD_LIST=""