Changed loadgen.sh to be executed with /bin/sh as opposed to /bin/bash

This commit is contained in:
Colin Nelson 2018-09-26 08:28:35 -07:00
parent ddddf6519b
commit 19152425a1

View file

@ -1,4 +1,4 @@
#!/bin/bash -eu
#!/bin/sh -eu
#
# Copyright 2018 Google LLC
#