magisk: Fix service.sh permissions

This commit is contained in:
Danny Lin 2021-10-30 18:36:57 -07:00
parent 2079674e3e
commit b1b839555f
No known key found for this signature in database
GPG Key ID: 1988FAA1797EE5AC

3
magisk/customize.sh Executable file
View File

@ -0,0 +1,3 @@
#!/system/bin/sh
chmod 755 "$MODPATH/service.sh"