]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core185: update.sh: fix typo
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Mar 2024 05:54:37 +0000 (06:54 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Mar 2024 05:54:37 +0000 (06:54 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/185/update.sh

index b19f2e0545cd49620e3abec8046dc80a8f3d51f2..33a05be39e6c97bb8eefb3907045a91ab44002d3 100644 (file)
@@ -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