Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisamTechnology authored Feb 13, 2019
1 parent d9a1671 commit c32ece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/interactive/modules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ sub main3 {
#########################################################################################
}elsif ($first1 eq "run") {
for my $eew(@INTERSCANS) {
if ($eew !~ /(advanced|normal|multi|ports|commands|form|nomodule)/) { push @INTERCOMNDSFIN, $eew; }
if ($eew !~ /(advanced|normal|multi|ports|commands|form|nomodule|Ports)/) { push @INTERCOMNDSFIN, $eew; }
}
push @INTERCOMNDS, @PREFONF;
push @INTERCOMNDSFIN, @INTERCOMNDS;
Expand Down

0 comments on commit c32ece1

Please sign in to comment.