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 <