From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH 5/9] Revert "aws-setup: Fixes bug12763" Date: Fri, 10 May 2024 17:23:25 +0200 Message-ID: <6d586991-204c-4f6a-abac-60076f9afb61@ipfire.org> In-Reply-To: <20240510120234.995049-5-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0252554062766934311==" List-Id: --===============0252554062766934311== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 10/05/2024 14:02, Michael Tremer wrote: > This reverts commit eb0de6531c441663477cf7e139f1bd5321630eef. > > Signed-off-by: Michael Tremer > --- > src/initscripts/helper/aws-setup | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-= setup > index 0bcf75572..f14f4eb57 100644 > --- a/src/initscripts/helper/aws-setup > +++ b/src/initscripts/helper/aws-setup > @@ -278,7 +278,7 @@ case "${reason}" in > ip addr add "${new_ip_address}/${new_subnet_mask}" dev "${interface}" > =20 > # Add the default route > - ip route add default via "${new_routers}" >/dev/null 2>&1 > + ip route add default via "${new_routers}" > =20 > # Setup DNS > for domain_name_server in ${new_domain_name_servers}; do --===============0252554062766934311==--