Add set -euo pipefail!

This commit is contained in:
Midgard 2020-06-21 22:02:25 +02:00
parent 1fa38d08c6
commit 323a24ece6
Signed by: midgard
GPG key ID: 511C112F1331BBB4
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail
cd app
cp database/* .