Revert "/sdcard: do not bind mount twice"
This reverts commit 36cb2ad28e.
This commit is contained in:
+1
-1
@@ -1604,7 +1604,7 @@ bool TWPartition::Mount(bool Display_Error) {
|
||||
if (Removable)
|
||||
Update_Size(Display_Error);
|
||||
|
||||
if (!Symlink_Mount_Point.empty() && Symlink_Mount_Point != "/sdcard") {
|
||||
if (!Symlink_Mount_Point.empty()) {
|
||||
if (!Bind_Mount(false))
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user