From b407834ed79f6ec2b1bd1be0024dcf6d7646aad8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 21 Jul 2017 14:37:06 -0700 Subject: [PATCH] Remove default --- tools/xvfb-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xvfb-init.sh b/tools/xvfb-init.sh index 7e2890d8a5b0..47151fd2c213 100644 --- a/tools/xvfb-init.sh +++ b/tools/xvfb-init.sh @@ -1,6 +1,6 @@ XVFB=/usr/bin/Xvfb XVFBARGS="$DISPLAY -ac -screen 0 1024x768x16 +extension RANDR" -PIDFILE=/var/xvfb_${DISPLAY:1}.pid +PIDFILE=/var/xvfb_$DISPLAY.pid case "$1" in start) echo -n "Starting virtual X frame buffer: Xvfb"