mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2025-02-24 04:44:59 +07:00
Mask error
This commit is contained in:
parent
8b42a7718e
commit
a491d8643f
@ -47,7 +47,7 @@ if [ "$SUM" != "14fb88cb7cabddb5af1d0269bf032845" ]; then
|
||||
fi
|
||||
|
||||
set +e
|
||||
xz -dc <"$RD" >"$TMP/rd" 2>/dev/null
|
||||
xz -dc <"$RD" >"$TMP/rd" 2>/dev/null || true
|
||||
(cd "$TMP" && cpio -idm <"$TMP/rd" 2>/dev/null)
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user