From: Christian Schmidt Date: Tue, 25 Jan 2011 23:31:42 +0000 (+0100) Subject: Fixed typo for update script. X-Git-Tag: v2.9-core45~1^2~5^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=caab8fb9e332702bd36f66d91f8342ff260a64e6;hp=e7d2f07094a3cd74293a10123184489b1c916c57;p=people%2Fpmueller%2Fipfire-2.x.git Fixed typo for update script. --- 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