File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ export class NodeCommand extends BaseCommand {
806
806
task : ( ctx , task ) => {
807
807
const subTasks = [ ]
808
808
for ( const nodeId of ctx . config . nodeIds ) {
809
- if ( self . configManager . getFlag ( flags . app ) !== '' ) {
809
+ if ( self . configManager . getFlag ( flags . app ) !== '' && self . configManager . getFlag ( flags . app ) !== constants . HEDERA_APP_NAME ) {
810
810
subTasks . push ( {
811
811
title : `Check node: ${ chalk . yellow ( nodeId ) } ` ,
812
812
task : ( ) => self . checkNetworkNodeState ( nodeId , 100 , 'ACTIVE' , 'output/swirlds.log' )
@@ -1193,7 +1193,7 @@ export class NodeCommand extends BaseCommand {
1193
1193
task : ( ctx , task ) => {
1194
1194
const subTasks = [ ]
1195
1195
for ( const nodeId of ctx . config . nodeIds ) {
1196
- if ( ctx . config . app !== '' ) {
1196
+ if ( ctx . config . app !== '' && ctx . config . app !== constants . HEDERA_APP_NAME ) {
1197
1197
subTasks . push ( {
1198
1198
title : `Check node: ${ chalk . yellow ( nodeId ) } ` ,
1199
1199
task : ( ) => self . checkNetworkNodeState ( nodeId , 100 , 'ACTIVE' , 'output/swirlds.log' )
You can’t perform that action at this time.
0 commit comments