Patcher: don't unmount /system beforehand

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 9ad78a63d9
commit 57e5c1807b

@ -4,8 +4,6 @@ umask 022
OUTFD=${2}
ZIP=${3}
umount /system &>/dev/null
mkdir /dev/tmp
unzip -o "${ZIP}" CommonPatcher -d "/dev/tmp"
if [ ! -f /dev/tmp/CommonPatcher ]; then

Loading…
Cancel
Save