From 691657707c67d7c8b649a83bfb5eb9f7af25434d Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev <4426533+iliarostovtsev@users.noreply.github.com> Date: Fri, 20 Nov 2020 01:57:59 +0300 Subject: [PATCH] Revert https://github.com/webmin/webmin/commit/02e354a17c783a7ba76dfba722877c3c222fc96f#commitcomment-44356560 --- net/net-lib.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/net-lib.pl b/net/net-lib.pl index fd73b8a1d..51b7dffbe 100755 --- a/net/net-lib.pl +++ b/net/net-lib.pl @@ -23,8 +23,7 @@ elsif ($gconfig{'os_type'} eq 'slackware-linux' && } elsif ($gconfig{'os_type'} eq 'debian-linux' && &has_command("netplan") && - -d "/etc/netplan" && - glob("/etc/netplan/*")) { + -d "/etc/netplan") { # Special case for newer Ubuntu versions do "netplan-lib.pl"; }