Skip to content

Commit

Permalink
fix: overlay not working when using KernelSU
Browse files Browse the repository at this point in the history
This will close [issue#52](skittles9823#52)
  • Loading branch information
GoodbyeNJN authored and j7b3y committed Apr 11, 2024
1 parent 61e3471 commit c161d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickswitch
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ get_logs() {
}

setvars() {
[ $KSU ] && STEPDIRPREFIX=$MODDIR || STEPDIRPREFIX=$MODDIR/system
STEPDIRPREFIX=$MODDIR/system
SUFFIX="/overlay/QuickSwitchOverlay"
if [ "$API" -ge 29 ]; then
STEPDIR=$STEPDIRPREFIX/product$SUFFIX
Expand Down

0 comments on commit c161d5b

Please sign in to comment.