This commit is contained in:
Skylar Grant 2022-11-26 21:55:23 -05:00
parent c4678a4d02
commit a38fe7b86a
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ async function cycleAuger(err) {
console.log('Paused...'); console.log('Paused...');
await sleep(process.env.PAUSETIME); await sleep(process.env.PAUSETIME);
cycleAuger(); cycleAuger();
return;
} }
// Check for reload file existing, then reload environment variables, then delete the file. // Check for reload file existing, then reload environment variables, then delete the file.