changed loadgen shebang flag

This commit is contained in:
Daniel Sanche 2020-01-16 15:42:48 -08:00
parent 326e058e10
commit bd8943a9ef

View file

@ -1,4 +1,4 @@
#!/bin/sh -eu
#!/bin/bash
#
# Copyright 2018 Google LLC
#
@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
set -e
trap "exit" TERM