divadsn / magisk-foldermount

Easily mount internal SD card folders to external SD folders.
GNU General Public License v3.0
40 stars 10 forks source link

Set up busybox applets for easier integration #2

Closed veez21 closed 7 years ago

veez21 commented 7 years ago

Uses alias to set busybox applets

veez21 commented 7 years ago

Magisk's busybox should be there in any situation. magic_mask.sh uses it (/data/magisk/busybox) so it should also be applicable to fmount ;)

codebucketdev commented 7 years ago

Yep, that's right, Magisk's busybox is in /data/magisk whether the user has it enabled or not, so it will work. Anyway, thanks!