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