mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
[fix] Confirm real admin mail
This commit is contained in:
parent
8040d269b1
commit
fb82eab96b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ UCOMMANDS
|
|||
sudo su - $app <<ACOMMANDS
|
||||
pushd ~/live
|
||||
RAILS_ENV=production bin/bundle exec rails mastodon:make_admin USERNAME=$admin_mastodon
|
||||
RAILS_ENV=production bin/bundle exec rails mastodon:confirm_email USER_EMAIL=$admin_mastodon@$domain
|
||||
RAILS_ENV=production bin/bundle exec rails mastodon:confirm_email USER_EMAIL=$admin_mastodon_mail
|
||||
ACOMMANDS
|
||||
|
||||
# Copy nginx config
|
||||
|
|
Loading…
Add table
Reference in a new issue