chore: update

This commit is contained in:
huzibaca 2024-10-16 01:55:22 +08:00
parent 5e8c6c6b23
commit f7b1da7557
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

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()?;