Entrypoint fails on any error

This commit is contained in:
Quentin McGaw (desktop) 2021-07-29 17:52:11 -04:00 committed by Quentin McGaw (laptop)
parent 8f6c9e2433
commit 1da1fa0fed

View File

@ -1,6 +1,6 @@
#!/bin/bash
# TODO fail on any error
set -e
if [ "${DB_CONNECTION}" = "sqlite" ]; then
if [ ! -f /2fauth/.sqlite ]; then