scripts/private-network: Indent code

This commit is contained in:
Fabio Rehm 2014-06-09 00:25:41 -03:00
parent 0bd071f95d
commit d22d6588f8

View file

@ -63,7 +63,7 @@ else
esac
fi
# Second step: find the guest (for now, we only support LXC containers)
# Second step: find the guest
while read dev mnt fstype options dump fsck
do
[ "$fstype" != "cgroup" ] && continue