1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Try to fixing services

This commit is contained in:
nemsia 2017-04-13 00:18:45 +02:00
parent 19b6e65694
commit da67043bc9

View file

@ -199,11 +199,11 @@ sudo yunohost service add mastodon-sidekiq
sudo yunohost service add mastodon-streaming
# restart 1
sudo systemctl restart mastodon-*
# sudo systemctl restart mastodon-*
# Re-Install bundle WHY ???
sudo su - $app <<MCOMMANDS
cd live
# cd live
bundle install
MCOMMANDS