Skip to content

Commit 231c23b

Browse files
authored
fix: cleanup X server locks during boot (#115)
1 parent 5ca8c32 commit 231c23b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docker-entrypoint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22
set -e
3+
4+
rm -rf /tmp/.X99-lock /tmp/.X11-unix
5+
36
export RESOLUTION="${RESOLUTION:=1280x720}"
47

58
RESOLUTION_W=$(echo $RESOLUTION | cut -d'x' -f1)

0 commit comments

Comments
 (0)