aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2018-09-05 00:12:07 +0200
committerGitHub <noreply@github.com>2018-09-05 00:12:07 +0200
commit2caf4e63f54317a0e3a0bf767811e29266274f15 (patch)
tree978bf461065f7fdb41253f330c4cd80eebdfe697
parentafdd8477990930e9221578e190e2c312e27a6cf9 (diff)
downloadmastodon_ynh-2caf4e63f54317a0e3a0bf767811e29266274f15.tar.gz
mastodon_ynh-2caf4e63f54317a0e3a0bf767811e29266274f15.tar.bz2
mastodon_ynh-2caf4e63f54317a0e3a0bf767811e29266274f15.zip
Remove nginx duplicated lines
-rw-r--r--scripts/install2
1 files changed, 0 insertions, 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"