Skip to content

Commit 746dbbd

Browse files
committed
fix: misspelling & fix_lo.sh
1 parent c8a5c27 commit 746dbbd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lgsm/functions/fix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fi
9696
if [ "${commandname}" == "INSTALL" ]; then
9797
if [ "${shortname}" == "av" ]||[ "${shortname}" == "cmw" ]||[ "${shortname}" == "kf" ]||[ "${shortname}" == "kf2" ]||[ "${shortname}" == "lo" ]||[ "${shortname}" == "onset" ]||[ "${shortname}" == "ro" ]||[ "${shortname}" == "samp" ]||[ "${shortname}" == "ut2k4" ]||[ "${shortname}" == "ut" ]||[ "${shortname}" == "ut3" ]; then
9898
echo -e ""
99-
echo -e "${lightyellow}Applying Post-Install Fixes}${default}"
99+
echo -e "${lightyellow}Applying Post-Install Fixes${default}"
100100
echo -e "================================="
101101
fn_sleep_time
102102
postinstall=1

lgsm/functions/fix_lo.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
# LinuxGSM fix_lo.sh function
33
# Author: Daniel Gibbs
44
# Website: https://linuxgsm.com
5-
# Description: Resolves startup issue with Last Oasis
5+
# Description: Resolves installation issue with Last Oasis
66

77
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
88

99
local APPID_FILE=${executabledir}/steam_appid.txt
1010
if [ ! -f "${APPID_FILE}" ]; then
11+
fn_print_information "add ${APPID_FILE} to ${gamename} server."
1112
echo "903950" > ${APPID_FILE}
13+
else
14+
fn_print_information "${APPID_FILE} already exists. No action to be taken."
1215
fi

0 commit comments

Comments
 (0)