File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696if [ " ${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
Original file line number Diff line number Diff line change 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
77functionselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
88
99local APPID_FILE=${executabledir} /steam_appid.txt
1010if [ ! -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."
1215fi
You can’t perform that action at this time.
0 commit comments