From c1ac899a6e388b045e35aebf1c7eaf9b654b0417 Mon Sep 17 00:00:00 2001 From: nemsia Date: Thu, 20 Apr 2017 12:01:05 +0200 Subject: [PATCH] Remove Create User --- scripts/install | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/scripts/install b/scripts/install index a7db839..d0dd007 100644 --- a/scripts/install +++ b/scripts/install @@ -198,23 +198,3 @@ sudo yunohost app ssowatconf # Reload Nginx sudo systemctl reload nginx - -# all services start, please -sleep 30 - -# Mastodon need a user for creating an administator account -# rake create user is not up for the moment -# See PR: https://github.com/tootsuite/mastodon/pull/1482 -CREATE_USER - -# Create admin user -# Create confirm email -sudo su - $app <