rm -f /tmp/.X1-lock, fixes #31
This commit is contained in:
parent
ef72506431
commit
1dbe239e48
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@
|
||||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=367048
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=367048
|
||||||
rm -f /fgc/data/browser/SingletonLock
|
rm -f /fgc/data/browser/SingletonLock
|
||||||
|
|
||||||
|
# Remove X server display lock, fix for `docker compose up` which reuses container which made it fail after initial run, https://github.com/vogler/free-games-claimer/issues/31
|
||||||
|
# echo $DISPLAY
|
||||||
|
# ls -l /tmp/.X11-unix/
|
||||||
|
rm -f /tmp/.X1-lock
|
||||||
|
|
||||||
# 6000+SERVERNUM is the TCP port Xvfb is listening on:
|
# 6000+SERVERNUM is the TCP port Xvfb is listening on:
|
||||||
# SERVERNUM=$(echo "$DISPLAY" | sed 's/:\([0-9][0-9]*\).*/\1/')
|
# SERVERNUM=$(echo "$DISPLAY" | sed 's/:\([0-9][0-9]*\).*/\1/')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue