Optimize OS/release/version detection for faster execution #70

Merged
benpro merged 86 commits from fast-debian-check into master 2019-04-05 11:01:57 +02:00
Showing only changes of commit 809146de52 - Show all commits

View file

@ -707,7 +707,7 @@ if is_debian; then
if ! test -f /etc/network/interfaces; then
IS_AUTOIF=0
IS_INTERFACESGW=0
failed "IS_NETWORK_INTERFACES"
failed "IS_NETWORK_INTERFACES" "systemd network configuration is not supported yet"
fi
fi