diff --git a/scripts/upgrade b/scripts/upgrade index 4fc1143..534daf7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -32,35 +32,11 @@ sudo sed -i "s@__PATH__@$app@g" ../conf/nginx.conf* sudo sed -i "s@__FINALPATH__@$final_path/@g" ../conf/nginx.conf* # Stop Mastodon Services -<<<<<<< HEAD -sudo systemctl stop mastodon-* -======= sudo systemctl stop mastodon-*.service ->>>>>>> refs/remotes/YunoHost-Apps/master # Update Mastodon sudo su - $app <>>>>>> refs/remotes/YunoHost-Apps/master # Reload Nginx sudo systemctl reload nginx # Restart Mastodon -sudo systemctl start mastodon-*.service \ No newline at end of file +sudo systemctl start mastodon-*.service