From a66c5d22183120f9b46fccf60306cb5e8fae0176 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 25 Jul 2022 18:53:55 +0000 Subject: [PATCH] error handling --- bin/docker-compose-production-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker-compose-production-deploy b/bin/docker-compose-production-deploy index 45a4dfec..52049a8b 100755 --- a/bin/docker-compose-production-deploy +++ b/bin/docker-compose-production-deploy @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -eux # change to the project's root directory cd "${0%/*}/.."