From 57e5c1807ba53b38ebe2f2a8bce797e89b9dff02 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 24 Aug 2018 21:31:00 +0200 Subject: [PATCH] Patcher: don't unmount /system beforehand --- patcher/META-INF/com/google/android/update-binary | 2 -- 1 file changed, 2 deletions(-) diff --git a/patcher/META-INF/com/google/android/update-binary b/patcher/META-INF/com/google/android/update-binary index e8ef232..41c0b76 100644 --- a/patcher/META-INF/com/google/android/update-binary +++ b/patcher/META-INF/com/google/android/update-binary @@ -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