File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ core_steamcmd.sh
12
12
13
13
fn_check_steamcmd_clear
14
14
fn_check_steamcmd
15
- if [ ${shortname} == " ark" ]; then
15
+ if [ " ${shortname} " == " ark" ]; then
16
16
fn_check_steamcmd_ark
17
17
fi
18
18
fn_check_steamcmd_dir
Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ fn_install_server_files() {
58
58
force=" noforce"
59
59
md5=" b8c4c611f01627dd43348e78478a3d41"
60
60
elif [ " ${shortname} " == " cod4" ]; then
61
- remote_fileurl=" http://linuxgsm.download/CallOfDuty4/cod4x18_1790_lnxded .tar.xz"
61
+ remote_fileurl=" http://linuxgsm.download/CallOfDuty4/cod4x18_lnxded .tar.xz"
62
62
local_filedir=" ${tmpdir} "
63
- local_filename=" cod4x18_1790_lnxded .tar.xz"
63
+ local_filename=" cod4x18_lnxded .tar.xz"
64
64
chmodx=" nochmodx" run=" norun"
65
65
force=" noforce"
66
- md5=" 30609db2afde09d22498fbab3a427d11 "
66
+ md5=" d255b59b9756d7dbead67718208512ee "
67
67
elif [ " ${shortname} " == " codwaw" ]; then
68
68
remote_fileurl=" http://linuxgsm.download/CallOfDutyWorldAtWar/codwaw-lnxded-1.7-full.tar.xz"
69
69
local_filedir=" ${tmpdir} "
You can’t perform that action at this time.
0 commit comments