Fixed selection without root in the run.sh ()

Fixed an issue where magisk was installed when selecting No in the "Do you want to Root WSA?" question.
This commit is contained in:
MrKristofere 2024-12-31 23:32:18 +03:00 committed by GitHub
parent 96451a2237
commit 92b0ba5fbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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