modify scripts

This commit is contained in:
2026-01-01 20:53:52 +08:00
parent 4e1a7835dd
commit aabe759441
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ sqlite_config = {
}, },
'nas': { 'nas': {
'shared_db_path': "/root/sharedata/sqlite/shared.db", 'shared_db_path': "/root/sharedata/sqlite/shared.db",
'whisparr_db_path': "/root/sharedata/sqlite/whisper_db/whisparr2.db", 'whisparr_db_path': "/root/sharedata/sqlite/whisparr2/whisparr2.db",
'stash_db_path': "/root/sharedata/sqlite/stash_db/stash-go.sqlite" 'stash_db_path': "/root/sharedata/sqlite/stash_db/stash-go.sqlite"
} }
} }

View File

@ -159,7 +159,7 @@ sqlite_config = {
}, },
'nas': { 'nas': {
'shared_db_path': "/root/sharedata/sqlite/shared.db", 'shared_db_path': "/root/sharedata/sqlite/shared.db",
'whisparr_db_path': "/root/sharedata/sqlite/whisper_db/whisparr2.db", 'whisparr_db_path': "/root/sharedata/sqlite/whisparr2/whisparr2.db",
'stash_db_path': "/root/sharedata/sqlite/stash_db/stash-go.sqlite" 'stash_db_path': "/root/sharedata/sqlite/stash_db/stash-go.sqlite"
} }
} }