From 46ac165796a640c7def55ef286185dfeced1dee3 Mon Sep 17 00:00:00 2001 From: MunyDev Date: Thu, 15 Aug 2024 15:24:40 -0400 Subject: [PATCH] a --- inshim.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inshim.sh b/inshim.sh index e411935..da45552 100644 --- a/inshim.sh +++ b/inshim.sh @@ -8,7 +8,6 @@ then fi mkdir -p /tmp/unencrypted cp /mnt/stateful_partition/usr/share/packeddata/. /tmp/unencrypted/ -rvf -chown -R 1000 /mnt/stateful_partition/unencrypted/PKIMetadata +chown 1000 /tmp/unencrypted/PKIMetadata -R umount /tmp -crossystem disable_dev_request=1 -reboot \ No newline at end of file +crossystem disable_dev_request=1 \ No newline at end of file