Commit 78a88c1
authored
fix: Failed to open X display when restarting container (#790)
* Update docker-entrypoint.sh
fix error:
what(): Failed to open X display
by deleting the .X99-lock file at the start of the containe
* Update docker-entrypoint.sh
add check - if the file .X99-lock exists it will be removed. If not nothing is done.
* Update docker-entrypoint.sh
Change check and deletion to a one-liner1 parent 5aaa43a commit 78a88c1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments