Skip to content

Commit 2e10fba

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 7b408a7 + 0426232 commit 2e10fba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lgsm/functions/check_steamcmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ core_steamcmd.sh
1212

1313
fn_check_steamcmd_clear
1414
fn_check_steamcmd
15-
if [ ${shortname} == "ark" ]; then
15+
if [ "${shortname}" == "ark" ]; then
1616
fn_check_steamcmd_ark
1717
fi
1818
fn_check_steamcmd_dir

lgsm/functions/install_server_files.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ fn_install_server_files() {
5858
force="noforce"
5959
md5="b8c4c611f01627dd43348e78478a3d41"
6060
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"
6262
local_filedir="${tmpdir}"
63-
local_filename="cod4x18_1790_lnxded.tar.xz"
63+
local_filename="cod4x18_lnxded.tar.xz"
6464
chmodx="nochmodx" run="norun"
6565
force="noforce"
66-
md5="30609db2afde09d22498fbab3a427d11"
66+
md5="d255b59b9756d7dbead67718208512ee"
6767
elif [ "${shortname}" == "codwaw" ]; then
6868
remote_fileurl="http://linuxgsm.download/CallOfDutyWorldAtWar/codwaw-lnxded-1.7-full.tar.xz"
6969
local_filedir="${tmpdir}"

0 commit comments

Comments
 (0)