diff options
author | Roger Leigh <rleigh@debian.org> | 2013-01-04 23:02:26 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-01-05 00:06:39 +0000 |
commit | a98b7ebd60032800901163fac9228721868157f8 (patch) | |
tree | 4c63c701a5ed6e1da0cd1bce130bdaa606dd2d8c /etc/setup.d/60unshare | |
parent | 883f5504e19302a51d474a94efebc3bb7f824ac4 (diff) | |
download | schroot-a98b7ebd60032800901163fac9228721868157f8.tar.gz |
Replace tabs with spaces in all source code
Diffstat (limited to 'etc/setup.d/60unshare')
-rwxr-xr-x | etc/setup.d/60unshare | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/setup.d/60unshare b/etc/setup.d/60unshare index e94a70df..120030d5 100755 --- a/etc/setup.d/60unshare +++ b/etc/setup.d/60unshare @@ -31,8 +31,8 @@ set -e if [ $STAGE = "exec-start" ]; then if [ "$UNSHARE_NEWNET" = "true" ]; then - info "Bringing up netdev lo" - ip link set dev lo up + info "Bringing up netdev lo" + ip link set dev lo up fi fi |