mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
enable v4p by default
This commit is contained in:
@@ -42,9 +42,6 @@ test -n "$port"
|
||||
if [ "$port" = "HDMI-A-1" ]; then
|
||||
status=$(head -n 1 "/sys/class/drm/$card-$port/status")
|
||||
if [ "$status" = "connected" ]; then
|
||||
if systemctl is-enabled -q kvmd-pass; then
|
||||
systemctl restart kvmd-pass || true
|
||||
fi
|
||||
for pid in $(pgrep -f '^kvmd/streamer: ' || true); do
|
||||
kill "$pid" || true
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user