fix: incorrect path in dump script
This commit is contained in:
parent
642ef17e44
commit
a6c472994d
@ -45,7 +45,7 @@ async function runBackup() {
|
||||
const dayStr = getDayStr();
|
||||
const monthStr = getMonthStr();
|
||||
const fileName = `cvsa_${dayStr}.dump`;
|
||||
const filePath = `${CONFIG.localBackupDir}/${fileName}.dump`;
|
||||
const filePath = `${CONFIG.localBackupDir}/${fileName}`;
|
||||
const localDumpfile = Bun.file(filePath);
|
||||
|
||||
logger.log(`Starting backup...`);
|
||||
Loading…
Reference in New Issue
Block a user