From ea6fa0bcef42d3f33fef845c17af8148b6846084 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sat, 6 Mar 2021 15:31:52 +0100 Subject: [PATCH] update.sh: Fix path Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- 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 fd06265882..1434ce6664 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.39.5