podman-jitsi : fix status check for systemd service
This commit is contained in:
parent
6931546a81
commit
2405f73f2c
|
@ -16,4 +16,4 @@ echo "Checking pod status..."
|
|||
podman pod ps | grep ${pod_name} || echo Pod ${pod_name} not found.
|
||||
echo
|
||||
echo "Checking systemd unit status..."
|
||||
systemctl --user status ${pod_name}
|
||||
systemctl --user status ${service_name}
|
||||
|
|
Loading…
Reference in a new issue