Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/fix.sh
|
|
@ -86,7 +86,7 @@ fi |
|
|
|
|
|
|
|
# Fixes that are run on install only. |
|
|
|
if [ "${function_selfname}" == "command_install.sh" ]; then |
|
|
|
if [ "${shortname}" == "kf" ]||[ "${shortname}" == "kf2" ]||[ "${shortname}" == "ro" ]||[ "${shortname}" == "ut2k4" ]||[ "${shortname}" == "ut" ]||[ "${shortname}" == "ut3" ]||[ "${shortname}" == "onset" ]; then |
|
|
|
if [ "${shortname}" == "kf" ]||[ "${shortname}" == "kf2" ]||[ "${shortname}" == "ro" ]||[ "${shortname}" == "ut2k4" ]||[ "${shortname}" == "ut" ]||[ "${shortname}" == "ut3" ]; then |
|
|
|
echo -e "" |
|
|
|
echo -e "Applying Post-Install Fixes" |
|
|
|
echo -e "=================================" |
|
|
|