mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Fix SQLite database directory path
This commit is contained in:
parent
6546da2939
commit
4340cc042a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ create_database() {
|
|||
}
|
||||
|
||||
# Set up SQLite database directory in the volume for cache and cable
|
||||
SQLITE_DB_DIR="/dawarich_db_data"
|
||||
SQLITE_DB_DIR="/dawarich_sqlite_data"
|
||||
mkdir -p $SQLITE_DB_DIR
|
||||
echo "Created SQLite database directory at $SQLITE_DB_DIR"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue