mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-19 19:27:47 +02:00
Fix return value from compose_systemd()
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
1eae76ddca
commit
0be50ffdfb
@ -2638,7 +2638,7 @@ you can stop and disable the service with:
|
||||
except OSError as e:
|
||||
log.error("failed to remove file %s: %s", fn, e)
|
||||
print(f"Failed to remove registration file for project '{proj_name}'")
|
||||
return 1
|
||||
sys.exit(1)
|
||||
else:
|
||||
log.warning("registration file not found: %s", fn)
|
||||
print(f"Project '{proj_name}' is not registered")
|
||||
|
Loading…
x
Reference in New Issue
Block a user