fix stop service

This commit is contained in:
CherretGit
2025-11-03 01:23:19 +07:00
parent 0c932ff69c
commit 46bff39782

View File

@@ -77,7 +77,7 @@ pub async fn stop_service() -> anyhow::Result<()> {
bail!("Running not from root, exiting");
};
if service_status().await.unwrap() {
if !service_status().await.unwrap() {
bail!("zaprett service alreeady stopped")
}