Skip to content

Commit f712be8

Browse files
committedMar 26, 2024
kvmd-udev-restart-pass fix
1 parent 8f56d6e commit f712be8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎scripts/kvmd-udev-restart-pass

-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ if [ "$port" = "HDMI-A-1" ]; then
4444
if [ "$status" = "connected" ]; then
4545
if systemctl is-enabled -q kvmd-pass; then
4646
systemctl restart kvmd-pass || true
47-
pid=$(pidof ustreamer || echo 0)
48-
if [ "$pid" -ne 0 ]; then
49-
kill "$pid" || true
50-
fi
5147
fi
5248
pid=$(pidof ustreamer || echo 0)
5349
if [ "$pid" -ne 0 ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.