File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 96
96
if [ " ${commandname} " == " INSTALL" ]; then
97
97
if [ " ${shortname} " == " av" ]|| [ " ${shortname} " == " cmw" ]|| [ " ${shortname} " == " kf" ]|| [ " ${shortname} " == " kf2" ]|| [ " ${shortname} " == " lo" ]|| [ " ${shortname} " == " onset" ]|| [ " ${shortname} " == " ro" ]|| [ " ${shortname} " == " samp" ]|| [ " ${shortname} " == " ut2k4" ]|| [ " ${shortname} " == " ut" ]|| [ " ${shortname} " == " ut3" ]; then
98
98
echo -e " "
99
- echo -e " ${lightyellow} Applying Post-Install Fixes} ${default} "
99
+ echo -e " ${lightyellow} Applying Post-Install Fixes${default} "
100
100
echo -e " ================================="
101
101
fn_sleep_time
102
102
postinstall=1
Original file line number Diff line number Diff line change 2
2
# LinuxGSM fix_lo.sh function
3
3
# Author: Daniel Gibbs
4
4
# Website: https://linuxgsm.com
5
- # Description: Resolves startup issue with Last Oasis
5
+ # Description: Resolves installation issue with Last Oasis
6
6
7
7
functionselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
8
8
9
9
local APPID_FILE=${executabledir} /steam_appid.txt
10
10
if [ ! -f " ${APPID_FILE} " ]; then
11
+ fn_print_information " add ${APPID_FILE} to ${gamename} server."
11
12
echo " 903950" > ${APPID_FILE}
13
+ else
14
+ fn_print_information " ${APPID_FILE} already exists. No action to be taken."
12
15
fi
You can’t perform that action at this time.
0 commit comments