From ddfa7bde33c23afd8c2892182faa3e5b4e6ad94e Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Fri, 4 Mar 2022 03:47:36 -0800 Subject: [PATCH] Disable verbose output from install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 44429f2..d1ca686 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -set -ex +set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"