Skip to content

Commit

Permalink
hide output of Xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Sep 18, 2024
1 parent db8bd87 commit 768528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 768528c

Please sign in to comment.