diff --git a/bin/run-mastodon.js b/bin/run-mastodon.js index 81049f5..b23b19b 100644 --- a/bin/run-mastodon.js +++ b/bin/run-mastodon.js @@ -76,7 +76,7 @@ async function main () { await cloneMastodon() await setupMastodonDatabase() await runMastodon() - //await restoreMastodonData() + await restoreMastodonData() } process.on('SIGINT', function () {