Skip to content
Snippets Groups Projects
Commit 9e41f200 authored by Tails developers's avatar Tails developers
Browse files

Merge branch 'test/fix-detection-of-used-display' into devel

parents dad736f5 db60e257
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ check_dependency() {
}
display_in_use() {
[ -e "/tmp/.X${1#:}-lock" ]
[ -e "/tmp/.X${1#:}-lock" ] || [ -e "/tmp/.X11-unix/X${1#:}" ]
}
next_free_display() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment