diff --git a/services/native/src/actions/default/device_power_action.cpp b/services/native/src/actions/default/device_power_action.cpp index c904f197cd94b2bce80a164911c214c2764b9e99..ae1b95839700efc93e1b907e9521cfadbbab59e3 100644 --- a/services/native/src/actions/default/device_power_action.cpp +++ b/services/native/src/actions/default/device_power_action.cpp @@ -46,7 +46,7 @@ void DevicePowerAction::Shutdown(const std::string& reason) return; } POWER_HILOGI(MODULE_SERVICE, "Shutdown executing."); - DoReboot(updateCmd); + DoReboot(""); } } // namespace PowerMgr } // namespace OHOS