Kaynağa Gözat

fix: misspelling & fix_lo.sh

Claiyc 4 yıl önce
ebeveyn
işleme
746dbbd066
2 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 1 1
      lgsm/functions/fix.sh
  2. 4 1
      lgsm/functions/fix_lo.sh

+ 1 - 1
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

+ 4 - 1
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