update again

This commit is contained in:
Nolan Lawson 2018-03-05 20:59:33 -08:00
parent b5800bc5c9
commit 97fb94dba6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ async function main () {
await cloneMastodon() await cloneMastodon()
await setupMastodonDatabase() await setupMastodonDatabase()
await runMastodon() await runMastodon()
//await restoreMastodonData() await restoreMastodonData()
} }
process.on('SIGINT', function () { process.on('SIGINT', function () {