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:
parent
19b6e65694
commit
da67043bc9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue