Skip to content

Commit c32ece1

Browse files
Add files via upload
1 parent d9a1671 commit c32ece1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/interactive/modules.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ sub main3 {
132132
#########################################################################################
133133
}elsif ($first1 eq "run") {
134134
for my $eew(@INTERSCANS) {
135-
if ($eew !~ /(advanced|normal|multi|ports|commands|form|nomodule)/) { push @INTERCOMNDSFIN, $eew; }
135+
if ($eew !~ /(advanced|normal|multi|ports|commands|form|nomodule|Ports)/) { push @INTERCOMNDSFIN, $eew; }
136136
}
137137
push @INTERCOMNDS, @PREFONF;
138138
push @INTERCOMNDSFIN, @INTERCOMNDS;

0 commit comments

Comments
 (0)