mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-22 13:20:51 +01:00
Entrypoint fails on any error
This commit is contained in:
parent
8f6c9e2433
commit
1da1fa0fed
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# TODO fail on any error
|
||||
set -e
|
||||
|
||||
if [ "${DB_CONNECTION}" = "sqlite" ]; then
|
||||
if [ ! -f /2fauth/.sqlite ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user