Skip to content

Commit 30ba45a

Browse files
committed
debug
1 parent 919e007 commit 30ba45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

self-hosted/docker-build/run_backend.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export STORAGE_DIR=${STORAGE_DIR:-"$DATA_DIR/storage"}
66
export SQLITE_DB=${SQLITE_DB:-"$DATA_DIR/db.sqlite3"}
77

88
set -e
9+
set -x
910
mkdir -p "$TMPDIR" "$STORAGE_DIR"
1011

1112
source ./read_credentials.sh

0 commit comments

Comments
 (0)