From 2a672e8e30e2b89a2843ccb25cefcbdb7431bcc4 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 13 Jan 2020 18:06:39 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c3f43e0..5a60479 100644 --- a/scripts/install +++ b/scripts/install @@ -129,7 +129,8 @@ ynh_add_nginx_config # MODIFY A CONFIG FILE #================================================= -cp -a ../conf/AdGuardHome.yaml "$final_path"/AdGuardHome.yaml +#cp -a ../conf/AdGuardHome.yaml "$final_path"/AdGuardHome.yaml +sed -i "s@bind_port: *.*@bind_port: 3000@g" "$final_path"/AdGuardHome.yaml #================================================= # STORE THE CONFIG FILE CHECKSUM