This commit is contained in:
Michael Grote 2021-06-16 13:19:13 +02:00
parent 9d04ea2b30
commit c24d53a43a

View file

@ -51,7 +51,7 @@ if ( defined $ARGV[0] and $ARGV[0] eq "autoconf" ) {
}
}
$docker =~ s/\s+$//;
#$docker =~ s/\s+$//;
my @containers = split "\n" , `$docker ps --no-trunc=true`;
my $result;