Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
469aba8e
Commit
469aba8e
authored
Mar 26, 2017
by
Deiki-kun
Committed by
topjohnwu
Mar 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Magisk Hide enable/disable scripts fix
parent
6e8e4ad5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
disable
zip_static/common/magiskhide/disable
+1
-1
enable
zip_static/common/magiskhide/enable
+1
-1
No files found.
zip_static/common/magiskhide/disable
View file @
469aba8e
...
...
@@ -11,7 +11,7 @@ log_print() {
}
# Only disable when MagiskHide is started
ps |
grep
"magiskhide --daemon"
|
grep
-v
grep
>
/dev/null 2>&1
||
exit
$TOOLPATH
/
ps |
grep
"magiskhide --daemon"
|
grep
-v
grep
>
/dev/null 2>&1
||
exit
log_print
"Stopping MagiskHide daemon"
...
...
zip_static/common/magiskhide/enable
View file @
469aba8e
...
...
@@ -12,7 +12,7 @@ log_print() {
}
# Only enable when isn't started
ps |
grep
"magiskhide --daemon"
|
grep
-v
grep
>
/dev/null 2>&1
&&
exit
$TOOLPATH
/
ps |
grep
"magiskhide --daemon"
|
grep
-v
grep
>
/dev/null 2>&1
&&
exit
if
[
!
-d
/sbin_orig
]
;
then
log_print
"Moving and re-linking /sbin binaries"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment