Swallow the sandbox error from Firefox (#4518)
This commit is contained in:
parent
d09bdee115
commit
28706230a4
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
firefox --version
|
||||
firefox --version 2>/dev/null
|
||||
|
||||
SITESPEEDIO=/usr/src/app/bin/sitespeed.js
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ elif [[ `which chromium-browser` ]]; then
|
|||
fi
|
||||
|
||||
if [[ `which firefox` ]]; then
|
||||
firefox --version
|
||||
firefox --version 2>/dev/null
|
||||
fi
|
||||
|
||||
if [[ `which microsoft-edge` ]]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue