From 1fc09ad97ebb8221662f3526e015d67b52920796 Mon Sep 17 00:00:00 2001 From: nemsia Date: Tue, 11 Apr 2017 16:06:16 +0200 Subject: [PATCH] Re-run mastodon install at the end --- scripts/install | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c1da21f..903416f 100644 --- a/scripts/install +++ b/scripts/install @@ -159,8 +159,17 @@ pushd ~/live # RAILS_ENV=production bin/bundle exec rails mastodon:confirm_email USER_EMAIL=$admin_mastodon@$domain ACOMMANDS +# Re-Install Mastodon WHY ??? +sudo su - $app <