sdcard: create mountpoint as it may not exist

This commit is contained in:
ggow
2019-07-30 23:34:21 +01:00
parent ba28f7f314
commit 9a5c1662c8
+1
View File
@@ -1,2 +1,3 @@
#!/system/bin/sh
/system/bin/mkdir /mnt/media_rw/sdcard1
/system/bin/mount.exfat /dev/block/mmcblk1p1 /mnt/media_rw/sdcard1/ && /system/bin/sdcard -u 1023 -g 1023 -w 1023 -d /mnt/media_rw/sdcard1 /storage/sdcard1&