From 2caf4e63f54317a0e3a0bf767811e29266274f15 Mon Sep 17 00:00:00 2001 From: nemsia Date: Wed, 5 Sep 2018 00:12:07 +0200 Subject: [PATCH] Remove nginx duplicated lines --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index cd9a1ce..e82774b 100644 --- a/scripts/install +++ b/scripts/install @@ -222,8 +222,6 @@ INSTALL #================================================= # Create a dedicated systemd config -ynh_replace_string "__PORT_WEB__" "$port_web" "../conf/mastodon-web.service" -ynh_replace_string "__PORT_STREAM__" "$port_stream" "../conf/mastodon-streaming.service" ynh_add_systemd_config "$app-web" "mastodon-web.service" ynh_add_systemd_config "$app-sidekiq" "mastodon-sidekiq.service" ynh_add_systemd_config "$app-streaming" "mastodon-streaming.service"