Skip to content

Commit

Permalink
replaced the xvfb-run options
Browse files Browse the repository at this point in the history
  • Loading branch information
7akimz committed Oct 24, 2012
1 parent cdfb253 commit 57b437d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capit/capture.rb
Expand Up @@ -118,7 +118,7 @@ def capture_command


if determine_os == :linux and check_xvfb
xvfb = 'xvfb-run --server-args="-screen 0, 1024x768x24" '
xvfb = 'xvfb-run --auto-servernum --server-num=1 '
xvfb.concat(cmd)
else
cmd
Expand Down

0 comments on commit 57b437d

Please sign in to comment.