set SAFETY_ASSURED=1 of db:setup in mastodon:setup (#6758)
This commit is contained in:
parent
f89ff65ec7
commit
f5f165a5eb
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ namespace :mastodon do
|
|||
prompt.say 'Running `RAILS_ENV=production rails db:setup` ...'
|
||||
prompt.say "\n"
|
||||
|
||||
if cmd.run!({ RAILS_ENV: 'production' }, :rails, 'db:setup').failure?
|
||||
if cmd.run!({ RAILS_ENV: 'production', SAFETY_ASSURED: 1 }, :rails, 'db:setup').failure?
|
||||
prompt.say "\n"
|
||||
prompt.error 'That failed! Perhaps your configuration is not right'
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue