squid: Fix indentation

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2016-05-18 16:17:21 +01:00
parent 691b2836c0
commit 3fcc9b67fc

View 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)