Bug 1598055 Fix up output redirection in ubuntu1804-test creation r=egao

I think this is meant to be a 'stderr into stdout' redirection

Differential Revision: https://phabricator.services.mozilla.com/D78482
This commit is contained in:
Simon Fraser 2020-06-08 19:21:23 +00:00
parent 120fea1c42
commit d5c5c1164e

View File

@ -2,6 +2,6 @@
set -e
/etc/init.d/dbus start 2&>1
/etc/init.d/dbus start 2>&1
exec "${@}"
exec "${@}"