Fix double shebang in loadgen.sh (#284)
This commit is contained in:
parent
326e058e10
commit
53f2528094
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -eu
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Copyright 2018 Google LLC
|
# Copyright 2018 Google LLC
|
||||||
#
|
#
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
set -e
|
set -e
|
||||||
trap "exit" TERM
|
trap "exit" TERM
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue