Perl_tinyca/CA.pm aktualisiert

This commit is contained in:
2025-01-22 11:48:08 +01:00
parent 03fa303787
commit 88f55d9c57

View File

@@ -52,6 +52,8 @@ sub new {
next if $ca eq "."; next if $ca eq ".";
next if $ca eq ".."; next if $ca eq "..";
next if $ca eq "tmp"; next if $ca eq "tmp";
### ArG 12.09.2023
if ( $ca eq "CONET_CA2" and $ENV{'TERM'} =~ /^screen/ ) { next; }
my $dir = $self->{'init'}->{'basedir'}."/".$ca; my $dir = $self->{'init'}->{'basedir'}."/".$ca;
next unless -d $dir; next unless -d $dir;