From 809146de52d03aa22abf28fbafa78be266e97882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 24 Mar 2019 21:27:16 +0100 Subject: [PATCH] systemd network configuration is not supported yet --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 8156a88..fbecd6b 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -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