From a350fef6a82244e1206bac9da6a77fade378fcb9 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Wed, 26 Dec 2018 07:06:37 +0530 Subject: [PATCH] Fix:command to make user admin --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c21ecf2..da834f5 100644 --- a/scripts/install +++ b/scripts/install @@ -237,8 +237,8 @@ account = Account.create!(username: '$admin_mastodon') user = User.create!(email: '$admin_mastodon_mail', password: '$admin_pass', account: account) CREATEUSER su mastodon <