From 90cd8f3bfcb48d62dd5d353434f0af826cf92995 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 25 Jul 2022 19:04:11 +0000 Subject: [PATCH] less verbose --- bin/docker-compose-production | 2 +- bin/docker-compose-production-deploy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/docker-compose-production b/bin/docker-compose-production index 1d35374d..0ebe523b 100755 --- a/bin/docker-compose-production +++ b/bin/docker-compose-production @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -eu # change to the project's root directory cd "${0%/*}/.." diff --git a/bin/docker-compose-production-deploy b/bin/docker-compose-production-deploy index 3157a9eb..af370b5a 100755 --- a/bin/docker-compose-production-deploy +++ b/bin/docker-compose-production-deploy @@ -1,4 +1,4 @@ -#!/bin/bash -eux +#!/bin/bash -eu # change to the project's root directory cd "${0%/*}/.."