Browse Source

fix: misspelling & fix_lo.sh

pull/3563/head
Claiyc 4 years ago
parent
commit
746dbbd066
  1. 2
      lgsm/functions/fix.sh
  2. 5
      lgsm/functions/fix_lo.sh

2
lgsm/functions/fix.sh

@ -96,7 +96,7 @@ fi
if [ "${commandname}" == "INSTALL" ]; 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 "${lightyellow}Applying Post-Install Fixes${default}"
echo -e "================================="
fn_sleep_time
postinstall=1

5
lgsm/functions/fix_lo.sh

@ -2,11 +2,14 @@
# LinuxGSM fix_lo.sh function
# Author: Daniel Gibbs
# Website: https://linuxgsm.com
# Description: Resolves startup issue with Last Oasis
# Description: Resolves installation issue with Last Oasis
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
local APPID_FILE=${executabledir}/steam_appid.txt
if [ ! -f "${APPID_FILE}" ]; then
fn_print_information "add ${APPID_FILE} to ${gamename} server."
echo "903950" > ${APPID_FILE}
else
fn_print_information "${APPID_FILE} already exists. No action to be taken."
fi
Loading…
Cancel
Save