Browse Source

clean(fix): shellcheck complain

pull/3836/head
Lucas Briese 3 years ago
parent
commit
1e445357a0
  1. 4
      lgsm/functions/fix.sh

4
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

Loading…
Cancel
Save