fuuuuck
parent
f729c8ee71
commit
e1c224da0a
|
@ -1,7 +1,7 @@
|
|||
import PropTypes from 'prop-types';
|
||||
import { Component, useEffect } from 'react';
|
||||
|
||||
import { defineMessages, injectIntl, useIntl , FormattedMessage } from 'react-intl';
|
||||
import { defineMessages, injectIntl, useIntl, FormattedMessage} from 'react-intl';
|
||||
|
||||
import { useSelector, useDispatch, connect } from 'react-redux';
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /bin/bash
|
||||
sudo su - mastodon -c 'cd live && RAILS_ENV=production bundle exec rails tmp:cache:clear && RAILS_ENV=production bundle exec rails assets:precompile'
|
||||
sudo systemctl restart mastodon-*
|
||||
#!/bin/bash
|
||||
sudo su - mastodon -c 'cd live && RAILS_ENV=development bundle exec rails tmp:cache:clear && RAILS_ENV=development bundle exec rails assets:precompile'
|
||||
sudo systemctl restart mastodon-*
|
||||
|
|
Loading…
Reference in New Issue