Clean up unrooted boot patching cp errors in log

cp: can't preserve ownership of 'busybox': Operation not permitted
cp: can't preserve ownership of 'magisk32': Operation not permitted
cp: can't preserve ownership of 'magisk64': Operation not permitted
cp: can't preserve ownership of 'magiskboot': Operation not permitted
cp: can't preserve ownership of 'magiskinit': Operation not permitted
cp: can't preserve ownership of 'magiskpolicy': Operation not permitted

remove call since cp_readlink shouldn't be necessary with installDir getting cleaned up regularly
This commit is contained in:
osm0sis 2023-06-04 21:01:24 -03:00
parent c79bc83275
commit 43bd7cfa7d
No known key found for this signature in database
GPG Key ID: 6F67B35EACE37744
1 changed files with 0 additions and 3 deletions

View File

@ -456,10 +456,7 @@ abstract class MagiskInstallImpl protected constructor(
return false
}
// Fix up binaries
srcBoot.delete()
"cp_readlink $installDir".sh()
return true
}