Renames settings variables
This commit is contained in:
parent
13a8bb45af
commit
7bd49f1da5
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ fi
|
|||
|
||||
source .env
|
||||
|
||||
if [ $FEDIREADS_DATABASE_BACKEND = 'sqlite' ]; then
|
||||
if [ $BOOKWYRM_DATABASE_BACKEND = 'sqlite' ]; then
|
||||
if [ -f fedireads.db ]; then
|
||||
rm fedireads.db
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue