chore: update

This commit is contained in:
huzibaca 2024-10-16 01:55:22 +08:00
parent 118f38dba3
commit a6a3847e30

View File

@ -71,7 +71,7 @@ pub async fn reinstall_service() -> Result<()> {
}
#[cfg(target_os = "linux")]
pub async fn reinstall_service1() -> Result<()> {
pub async fn reinstall_service() -> Result<()> {
use users::get_effective_uid;
let binary_path = dirs::service_path()?;