File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments