From 5c603b1da767ad0075493ca02286312039dbe0dc Mon Sep 17 00:00:00 2001 From: Phil Dibowitz Date: Wed, 5 Oct 2016 17:14:08 +0200 Subject: [3/3] Remove tabs and fix spacing: ifup/ifdown scripts --- sysconfig/network-scripts/ifdown-sit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysconfig/network-scripts/ifdown-sit') diff --git a/sysconfig/network-scripts/ifdown-sit b/sysconfig/network-scripts/ifdown-sit index e4d07345..37d100e6 100755 --- a/sysconfig/network-scripts/ifdown-sit +++ b/sysconfig/network-scripts/ifdown-sit @@ -37,8 +37,8 @@ REALDEVICE=${DEVICE%%:*} # Generic tunnel device sit0 is not supported here if [ "$DEVICE" = "sit0" ]; then - net_log $"Device '$DEVICE' isn't supported here, use IPV6_AUTOTUNNEL setting and restart (IPv6) networking" - exit 1 + net_log $"Device '$DEVICE' isn't supported here, use IPV6_AUTOTUNNEL setting and restart (IPv6) networking" + exit 1 fi # IPv6 test, no module loaded, exit if system is not IPv6-ready @@ -47,8 +47,8 @@ ipv6_test testonly || exit 0 # Test device status ipv6_test_device_status $DEVICE if [ $? != 0 -a $? != 11 ]; then - # device doesn't exist or other problem occurs - exit 0 + # device doesn't exist or other problem occurs + exit 0 fi # Cleanup additional static routes -- cgit v1.2.1