* [PATCH v2] update.sh: If 'ExitNode' is in usage, it will be changed to 'ExitNodes'
[not found] <20231130075617.3961868-2-erik.kapfer@ipfire.org>
@ 2023-12-01 3:22 ` Erik Kapfer
0 siblings, 0 replies; only message in thread
From: Erik Kapfer @ 2023-12-01 3:22 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org>
---
config/rootfiles/core/182/update.sh | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh
index 4416e73f4..47a9be230 100644
--- a/config/rootfiles/core/182/update.sh
+++ b/config/rootfiles/core/182/update.sh
@@ -91,6 +91,14 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
/etc/rc.d/init.d/ipsec start
fi
+# Change deprecated option in tor configuration file if in usage
+if pgrep tor >/dev/null; then
+ sed -i 's/ExitNode /ExitNodes /g' /var/ipfire/tor/torrc
+ /usr/local/bin/torctrl restart >/dev/null
+else
+ sed -i 's/ExitNode /ExitNodes /g' /var/ipfire/tor/torrc
+fi
+
# Rebuild initial ramdisks
dracut --regenerate-all --force
KVER="xxxKVERxxx"
--
2.42.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-01 3:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20231130075617.3961868-2-erik.kapfer@ipfire.org>
2023-12-01 3:22 ` [PATCH v2] update.sh: If 'ExitNode' is in usage, it will be changed to 'ExitNodes' Erik Kapfer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox