From caab8fb9e332702bd36f66d91f8342ff260a64e6 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Wed, 26 Jan 2011 00:31:42 +0100 Subject: [PATCH] Fixed typo for update script. --- config/rootfiles/core/45/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index 3229f745e1..b7af7c9c0e 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -54,7 +54,7 @@ echo Starting Proxy /etc/init.d/squid start 2>/dev/null echo Rewriting Outgoing FW Rules /var/ipfire/outgoing/bin/outgoingfw.pl -if [ `grep "ENABLED=on" /var/ipfire/vpn/setting` ]; then +if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then echo Starting vpn-watch /usr/local/bin/vpn-watch & fi -- 2.39.2