Skip to content

Commit

Permalink
Add error 0x6A6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Dec 31, 2024
1 parent 5d9a744 commit 77eea02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lgsm/modules/core_dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ fn_dl_steamcmd() {
elif [ -n "$(grep "0x626" "${steamcmdlog}" | tail -1)" ] || [ -n "$(grep "0x626" "${steamcmdlog}" | tail -1)" ]; then
fn_print_error2_nl "${commandaction} ${selfname}: ${remotelocation}: Missing update files"
fn_script_log_error "${commandaction} ${selfname}: ${remotelocation}: Missing update files"
elif [ -n "$(grep "0x6A6" "${steamcmdlog}" | tail -1)" ]; then
fn_print_error2_nl "${commandaction} ${selfname}: ${remotelocation}: Corrupt update files"
fn_script_log_error "${commandaction} ${selfname}: ${remotelocation}: Corrupt update files"
else
fn_print_error2_nl "${commandaction} ${selfname}: ${remotelocation}: Unknown error occured"
fn_print_nl "Please provide content log to LinuxGSM developers https://linuxgsm.com/steamcmd-error"
Expand Down

0 comments on commit 77eea02

Please sign in to comment.