mirror of
https://github.com/iv-org/youtube-trusted-session-generator.git
synced 2025-01-16 00:22:20 +01:00
hide output of Xvfb
This commit is contained in:
parent
db8bd87e45
commit
768528c81e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ echo "[INFO] internally launching GUI (X11 environment)"
|
|||
XVFB_WHD=${XVFB_WHD:-1280x720x16}
|
||||
|
||||
echo "[INFO] starting Xvfb"
|
||||
Xvfb :99 -ac -screen 0 $XVFB_WHD -nolisten tcp &
|
||||
Xvfb :99 -ac -screen 0 $XVFB_WHD -nolisten tcp > /dev/null 2>&1 &
|
||||
sleep 2
|
||||
|
||||
echo "[INFO] launching chromium instance"
|
||||
|
|
Loading…
Reference in a new issue