Browse Source

update fix.sh

pull/3997/head
crawforc3 3 years ago
parent
commit
c9ac19347a
  1. 4
      lgsm/functions/fix.sh

4
lgsm/functions/fix.sh

@ -98,7 +98,7 @@ fi
# Fixes that are run on install only. # Fixes that are run on install only.
if [ "${commandname}" == "INSTALL" ]; then if [ "${commandname}" == "INSTALL" ]; then
if [ "${shortname}" == "av" ] || [ "${shortname}" == "cmw" ] || [ "${shortname}" == "kf" ] || [ "${shortname}" == "kf2" ] || [ "${shortname}" == "lo" ] || [ "${shortname}" == "nec" ] || [ "${shortname}" == "onset" ] || [ "${shortname}" == "ro" ] || [ "${shortname}" == "samp" ] || [ "${shortname}" == "ut2k4" ] || [ "${shortname}" == "ut" ] || [ "${shortname}" == "ut3" ]; then if [ "${shortname}" == "av" ] || [ "${shortname}" == "cmw" ] || [ "${shortname}" == "kf" ] || [ "${shortname}" == "kf2" ] || [ "${shortname}" == "lo" ] || [ "${shortname}" == "onset" ] || [ "${shortname}" == "ro" ] || [ "${shortname}" == "samp" ] || [ "${shortname}" == "ut2k4" ] || [ "${shortname}" == "ut" ] || [ "${shortname}" == "ut3" ]; then
echo -e "" echo -e ""
echo -e "${lightyellow}Applying Post-Install Fixes${default}" echo -e "${lightyellow}Applying Post-Install Fixes${default}"
echo -e "=================================" echo -e "================================="
@ -112,8 +112,6 @@ if [ "${commandname}" == "INSTALL" ]; then
fix_kf2.sh fix_kf2.sh
elif [ "${shortname}" == "lo" ]; then elif [ "${shortname}" == "lo" ]; then
fix_lo.sh fix_lo.sh
elif [ "${shortname}" == "nec" ]; then
fix_nec.sh
elif [ "${shortname}" == "ro" ]; then elif [ "${shortname}" == "ro" ]; then
fix_ro.sh fix_ro.sh
elif [ "${shortname}" == "samp" ]; then elif [ "${shortname}" == "samp" ]; then

Loading…
Cancel
Save