verbose mode for AUTOIF

This commit is contained in:
Jérémy Lecour 2019-03-24 21:35:28 +01:00
parent 809146de52
commit f4b1c96be0

View file

@ -720,8 +720,8 @@ if is_debian; then
fi fi
for interface in $interfaces; do for interface in $interfaces; do
if ! grep -q "^auto $interface" /etc/network/interfaces; then if ! grep -q "^auto $interface" /etc/network/interfaces; then
failed "IS_AUTOIF" failed "IS_AUTOIF" "Network interface \`${interface}' is not set to auto"
break test "${VERBOSE}" = 1 || break
fi fi
done done
fi fi