This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 09924d7eec602353d2e585639572f49002e58bee (commit) from 860515b21c695a9cb53ccced691d6cf2ea82ee0e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 09924d7eec602353d2e585639572f49002e58bee Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Mar 13 06:54:37 2024 +0100
core185: update.sh: fix typo
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/185/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/185/update.sh b/config/rootfiles/core/185/update.sh index b19f2e054..33a05be39 100644 --- a/config/rootfiles/core/185/update.sh +++ b/config/rootfiles/core/185/update.sh @@ -91,7 +91,7 @@ telinit u /etc/init.d/ntp start if [ -f /var/ipfire/proxy/enable ]; then /etc/init.d/squid start -f +fi ## Modify ovpnconfig according to bug 13548 for no-pass entry for N2N client connections # Check if ovpnconfig exists and is not empty if [ -s /var/ipfire/ovpn/ovpnconfig ]; then
hooks/post-receive -- IPFire 2.x development tree