Skip to content

Commit

Permalink
Module: Skip global mounting routine on MAGIC_MOUNT variant
Browse files Browse the repository at this point in the history
Module: Skip global mounting routine on MAGIC_MOUNT variant
  • Loading branch information
Mahmud0808 authored Feb 3, 2025
2 parents f60ba34 + 8987632 commit e48d463
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/com/drdisagree/iconify/common/Const.kt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ object Const {
modid="Iconify"
SUSFS_BIN=/data/adb/ksu/bin/ksu_susfs
if [ ${'$'}KSU_MAGIC_MOUNT = true ]; then
exit 0
fi
[ ! -f ${'$'}MODDIR/skip_mount ] && touch ${'$'}MODDIR/skip_mount
[ -w /mnt ] && basefolder=/mnt
Expand Down

0 comments on commit e48d463

Please sign in to comment.