From 1e445357a0bf11d5b46ab041b081c5e5adad6ebf Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Sat, 1 Apr 2023 11:24:10 +0200 Subject: [PATCH] clean(fix): shellcheck complain --- lgsm/functions/fix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index 91dbb194e..3bb2f06f6 100755 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -52,8 +52,8 @@ fn_apply_fix() { fi } -local apply_pre_start_fix=(arma3 armar ark av bt bo csgo cmw dst hw ins nmrih onset rust rw sdtd sfc sof2 squad st tf2 terraria ts3 mcb mta unt vh wurm zmr) -local apply_post_install_fix=(av kf kf2 lo ro samp ut2k4 ut ut3) +apply_pre_start_fix=(arma3 armar ark av bt bo csgo cmw dst hw ins nmrih onset rust rw sdtd sfc sof2 squad st tf2 terraria ts3 mcb mta unt vh wurm zmr) +apply_post_install_fix=(av kf kf2 lo ro samp ut2k4 ut ut3) # validate registered fixes for safe development for fix in "${apply_pre_start_fix[@]}" "${apply_post_install_fix[@]}"; do