From 900b948e61bb861a29de5a8d68449a3e28dfba30 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 25 May 2020 19:52:29 +0900 Subject: [PATCH] Revert "Revert "feature/openttd"" This reverts commit 3577e702777ca0b8c42b3b70df29ba680ae0e2d4. --- lgsm/functions/fix.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index a42f0e51d..f1bc3e6bc 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -91,7 +91,7 @@ fi # Fixes that are run on install only. if [ "${commandname}" == "INSTALL" ]; then - if [ "${shortname}" == "av" ]||[ "${shortname}" == "cmw" ]||[ "${shortname}" == "kf" ]||[ "${shortname}" == "kf2" ]||[ "${shortname}" == "onset" ]||[ "${shortname}" == "ro" ]||[ "${shortname}" == "ut2k4" ]||[ "${shortname}" == "ut" ]||[ "${shortname}" == "ut3" ]; then + if [ "${shortname}" == "av" ]||[ "${shortname}" == "cmw" ]||[ "${shortname}" == "kf" ]||[ "${shortname}" == "kf2" ]||[ "${shortname}" == "onset" ]||[ "${shortname}" == "ro" ]||[ "${shortname}" == "ut2k4" ]||[ "${shortname}" == "ut" ]||[ "${shortname}" == "ut3" ]||[ "${shortname}" == "openttd" ]; then echo -e "" echo -e "Applying Post-Install Fixes" echo -e "=================================" @@ -111,6 +111,8 @@ if [ "${commandname}" == "INSTALL" ]; then fix_ut.sh elif [ "${shortname}" == "ut3" ]; then fix_ut3.sh + elif [ "${shortname}" == "openttd" ]; then + fix_openttd.sh else fn_print_information_nl "No fixes required." fi