Merge "Update fs_mgr_mount_all function" am: 1d58bcf6d4
am: 554d8679e7
am: 02a52f1f10
Change-Id: Ie242ec19217b81a76dd3fd046ff8157bd3691381
This commit is contained in:
commit
bb4611b43b
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ int CommandListener::StorageCmd::runCommand(SocketClient *cli,
|
|||
cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: mountall", false);
|
||||
return 0;
|
||||
}
|
||||
fs_mgr_mount_all(fstab);
|
||||
fs_mgr_mount_all(fstab, MOUNT_MODE_DEFAULT);
|
||||
cli->sendMsg(ResponseCode::CommandOkay, "Mountall ran successfully", false);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue