mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-21 09:12:25 +08:00
silence xvfb (#31069)
silence old-commit-hash: dfb56abf9180e20fc30c8857229d69761c3e0f71
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
DISP_ID=99
|
||||
export DISPLAY=:$DISP_ID
|
||||
|
||||
sudo Xvfb $DISPLAY -screen 0 2160x1080x24 &
|
||||
sudo Xvfb $DISPLAY -screen 0 2160x1080x24 2>/dev/null &
|
||||
|
||||
# check for x11 socket for the specified display ID
|
||||
while [ ! -S /tmp/.X11-unix/X$DISP_ID ]
|
||||
|
||||
Reference in New Issue
Block a user