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