podman-jitsi : fix status check for systemd service

This commit is contained in:
Gitouche 2021-06-06 15:24:51 +02:00
parent 6931546a81
commit 2405f73f2c

View file

@ -16,4 +16,4 @@ echo "Checking pod status..."
podman pod ps | grep ${pod_name} || echo Pod ${pod_name} not found. podman pod ps | grep ${pod_name} || echo Pod ${pod_name} not found.
echo echo
echo "Checking systemd unit status..." echo "Checking systemd unit status..."
systemctl --user status ${pod_name} systemctl --user status ${service_name}