Skip to content

Commit 77eea02

Browse files
committed
Add error 0x6A6
1 parent 5d9a744 commit 77eea02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lgsm/modules/core_dl.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ fn_dl_steamcmd() {
128128
elif [ -n "$(grep "0x626" "${steamcmdlog}" | tail -1)" ] || [ -n "$(grep "0x626" "${steamcmdlog}" | tail -1)" ]; then
129129
fn_print_error2_nl "${commandaction} ${selfname}: ${remotelocation}: Missing update files"
130130
fn_script_log_error "${commandaction} ${selfname}: ${remotelocation}: Missing update files"
131+
elif [ -n "$(grep "0x6A6" "${steamcmdlog}" | tail -1)" ]; then
132+
fn_print_error2_nl "${commandaction} ${selfname}: ${remotelocation}: Corrupt update files"
133+
fn_script_log_error "${commandaction} ${selfname}: ${remotelocation}: Corrupt update files"
131134
else
132135
fn_print_error2_nl "${commandaction} ${selfname}: ${remotelocation}: Unknown error occured"
133136
fn_print_nl "Please provide content log to LinuxGSM developers https://linuxgsm.com/steamcmd-error"

0 commit comments

Comments
 (0)