mirror of
https://gitee.com/openharmony/developtools_hdc
synced 2024-11-23 23:20:43 +00:00
update src/daemon/daemon_unity.cpp.
Signed-off-by: WANGTAO <wangtao577@huawei.com>
This commit is contained in:
parent
7c7c33b93a
commit
6d323be4b6
@ -175,7 +175,7 @@ bool HdcDaemonUnity::RemountDevice()
|
||||
}
|
||||
}
|
||||
|
||||
int exitStatus = HdcDaemonUnity::ExecuteShell("remount");
|
||||
int exitStatus = ExecuteShell("remount");
|
||||
if (exitStatus == -1) {
|
||||
LogMsg(MSG_FAIL, "Failed to execute /bin/remount: %s", strerror(errno));
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user