Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
代码精简
  • Loading branch information
E7KMbb authored Feb 20, 2020
1 parent c4be9ea commit 9635d09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ REPLACE="

set_permissions() {
set_perm $UNITY/system/etc/hosts 0 0 0600
set_perm $tmpModPath/system/etc/hosts 0 0 0600
set_perm $MODPATH/system/etc/hosts 0 0 0600
: # Remove this if adding to this function

Expand Down
3 changes: 1 addition & 2 deletions service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# More info in the main Magisk thread
#set permissions
chmod 600 $MODPATH/./system/etc/hosts
set_perm $MODPATH/system/etc/hosts 0 0 0600
set_perm $tmpModPath/system/etc/hosts 0 0 0600
set_perm $MODPATH/system/etc/hosts 0 0 0600

0 comments on commit 9635d09

Please sign in to comment.