diff --git a/podman-peerjs/40_stop.sh b/podman-peerjs/40_stop.sh index 8dc95a3..9fc7ef5 100755 --- a/podman-peerjs/40_stop.sh +++ b/podman-peerjs/40_stop.sh @@ -13,7 +13,7 @@ ensure_container_exists ${container_name} if check_systemd_unit_exists ${service_name}; then if check_systemd_unit_running ${service_name}; then systemctl --user stop ${service_name} && - Systemd service ${service_name} stopped + echo Systemd service ${service_name} stopped fi fi