* [PATCH] update.sh: Fix path
@ 2021-03-06 14:31 Matthias Fischer
2021-03-06 16:47 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2021-03-06 14:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 658 bytes --]
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] update.sh: Fix path
2021-03-06 14:31 [PATCH] update.sh: Fix path Matthias Fischer
@ 2021-03-06 16:47 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-03-06 16:47 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-06 16:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06 14:31 [PATCH] update.sh: Fix path Matthias Fischer
2021-03-06 16:47 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox