diff --git a/app/routers/system.py b/app/routers/system.py index 646f353..6051db4 100644 --- a/app/routers/system.py +++ b/app/routers/system.py @@ -172,7 +172,7 @@ async def hw_info_sub(request: Request): dependencies=[Depends(JWTBearer())], ) async def reboot_system() -> bool: - return await shutdown(False) + return await shutdown(reboot=True) @router.post(