From 323a24ece6ccd36933af5e02bac18e152684b9a7 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sun, 21 Jun 2020 22:02:25 +0200 Subject: [PATCH] Add set -euo pipefail! --- first-setup.sh | 1 + populate-db.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/first-setup.sh b/first-setup.sh index b9f9585..d419c44 100755 --- a/first-setup.sh +++ b/first-setup.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -euo pipefail # A simple file to run all instructions from the README ## this should be run in the root of the repository diff --git a/populate-db.sh b/populate-db.sh index 8318bd8..800b53b 100755 --- a/populate-db.sh +++ b/populate-db.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -euo pipefail cd app cp database/* .