From 97fb94dba61b30acd46a7e56fb3151bdb71914c0 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 5 Mar 2018 20:59:33 -0800 Subject: [PATCH] update again --- bin/run-mastodon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-mastodon.js b/bin/run-mastodon.js index 81049f5e..b23b19ba 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 () {