mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-01-08 11:37:39 +08:00
Fixed selection without root in the run.sh (#824)
Fixed an issue where magisk was installed when selecting No in the "Do you want to Root WSA?" question.
This commit is contained in:
parent
96451a2237
commit
92b0ba5fbc
@ -86,6 +86,8 @@ if (YesNoBox '([title]="Root" [text]="Do you want to Root WSA?")'); then
|
||||
'kernelsu' "KernelSU" 'off'
|
||||
)
|
||||
COMMAND_LINE+=(--root-sol "$ROOT_SOL")
|
||||
else
|
||||
COMMAND_LINE+=(--root-sol "none")
|
||||
fi
|
||||
|
||||
if [ "$ROOT_SOL" = "magisk" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user