]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
squid: Fix indentation
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 May 2016 15:17:21 +0000 (16:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 May 2016 15:17:21 +0000 (16:17 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/init.d/squid

index a2a26f22c3be638cd39cb719858e51be9f546ca0..7255c0aca03d5c8db21a61725cc872e76556054b 100644 (file)
@@ -92,7 +92,8 @@ case "$1" in
                ;;
 
        stop)
-                       iptables -t nat -F SQUID
+               iptables -t nat -F SQUID
+
                if [ -e /var/run/squid.pid ]; then
                        boot_mesg -n "Stopping Squid Proxy Server (this may take up to a few minutes)..."
                        squid -k shutdown >/dev/null 2>&1
@@ -149,7 +150,7 @@ case "$1" in
                ;;
 
        reconfigure)
-       /usr/sbin/squid -k reconfigure
+               /usr/sbin/squid -k reconfigure
                ;;
 
        status)