From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] update.sh: Fix path Date: Sat, 06 Mar 2021 16:47:04 +0000 Message-ID: <8F04E753-DE4E-495B-B39D-8FAAD55BBC61@ipfire.org> In-Reply-To: <20210306143152.25820-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9098106417517271520==" List-Id: --===============9098106417517271520== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Very good catch. I tested the command but on a different file and messed up the path :) -Michael > On 6 Mar 2021, at 14:31, Matthias Fischer w= rote: >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/core/155/update.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/15= 5/update.sh > index fd0626588..1434ce666 100644 > --- a/config/rootfiles/core/155/update.sh > +++ b/config/rootfiles/core/155/update.sh > @@ -62,7 +62,7 @@ ldconfig >=20 > # Disable all connection tracking helper > sed -E -e "s/^CONNTRACK_(.*?)=3Don/CONNTRACK_\1=3Doff/g" \ > - -i /var/ipfire/firewall/optionsfw > + -i /var/ipfire/optionsfw/settings >=20 > # Update Language cache > /usr/local/bin/update-lang-cache > --=20 > 2.18.0 >=20 --===============9098106417517271520==--