1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

modification restart service

This commit is contained in:
Développeur égaré 2015-03-05 14:41:11 +01:00
parent b4bdffe9d2
commit 1d3fd366d0

View file

@ -11,5 +11,6 @@ sudo su - diaspora -c "bundle"
sudo su - diaspora -c "RAILS_ENV=production bundle exec rake db:migrate"
sudo su - diaspora -c "RAILS_ENV=production bundle exec rake tmp:cache:clear assets:precompile"
sudo service diaspora_ynh restart
sudo service diaspora_ynh stop
sleep 3
sudo service diaspora_ynh start