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 <matthias.fischer(a)ipfire.org> wrote: > > Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> > --- > config/rootfiles/core/155/update.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/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 > > # Disable all connection tracking helper > sed -E -e "s/^CONNTRACK_(.*?)=on/CONNTRACK_\1=off/g" \ > - -i /var/ipfire/firewall/optionsfw > + -i /var/ipfire/optionsfw/settings > > # Update Language cache > /usr/local/bin/update-lang-cache > -- > 2.18.0 >