Skip to content

Commit

Permalink
kvmd-udev-restart-pass fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 26, 2024
1 parent 8f56d6e commit f712be8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/kvmd-udev-restart-pass
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ if [ "$port" = "HDMI-A-1" ]; then
if [ "$status" = "connected" ]; then
if systemctl is-enabled -q kvmd-pass; then
systemctl restart kvmd-pass || true
pid=$(pidof ustreamer || echo 0)
if [ "$pid" -ne 0 ]; then
kill "$pid" || true
fi
fi
pid=$(pidof ustreamer || echo 0)
if [ "$pid" -ne 0 ]; then
Expand Down

0 comments on commit f712be8

Please sign in to comment.