|
|
@ -94,7 +94,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}" == "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 "${lightyellow}Applying Post-Install Fixes}${default}" |
|
|
|
echo -e "=================================" |
|
|
|