1
0
Fork 0
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:
nemsia 2017-04-12 11:15:21 +02:00
parent 0b4926f563
commit a29c1c23e0

View file

@ -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