From 57b28a9a160a10e7d2c6f047bfa739517fee0191 Mon Sep 17 00:00:00 2001 From: Zach Hoffman Date: Mon, 14 Nov 2022 02:32:47 -0700 Subject: [PATCH] Dev CiaB: Use Almquist shell for TP/TPv2 since the base image is Alpine --- dev/tpv2/run.sh | 4 ++-- dev/traffic_portal/run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/tpv2/run.sh b/dev/tpv2/run.sh index 26f01eaf50..7827151e7e 100755 --- a/dev/tpv2/run.sh +++ b/dev/tpv2/run.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # limitations under the License. # -set -o errexit +set -o errexit -o nounset cd "$TC/experimental/traffic-portal" diff --git a/dev/traffic_portal/run.sh b/dev/traffic_portal/run.sh index 3874c71d76..8608e3eeca 100755 --- a/dev/traffic_portal/run.sh +++ b/dev/traffic_portal/run.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.