mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
[fix] services don't start
This commit is contained in:
parent
0b4926f563
commit
a29c1c23e0
1 changed files with 2 additions and 2 deletions
|
@ -198,11 +198,11 @@ sudo yunohost service add mastodon-sidekiq
|
||||||
sudo yunohost service add mastodon-streaming
|
sudo yunohost service add mastodon-streaming
|
||||||
|
|
||||||
# restart 1
|
# restart 1
|
||||||
#sudo systemctl restart /etc/systemd/system/mastodon-*.service
|
sudo systemctl restart mastodon-*
|
||||||
|
|
||||||
# Re-Install bundle WHY ???
|
# Re-Install bundle WHY ???
|
||||||
sudo su - $app <<MCOMMANDS
|
sudo su - $app <<MCOMMANDS
|
||||||
pushd ~/live
|
cd live
|
||||||
bundle install
|
bundle install
|
||||||
MCOMMANDS
|
MCOMMANDS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue