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