File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ process_name="video.recorder"
2424if  [ " ${SE_VIDEO_RECORD_STANDALONE} " =  " true" ;  then 
2525  JQ_SESSION_ID_QUERY=" .value.nodes[]?.slots[]?.session?.sessionId" 
2626  SE_NODE_PORT=${SE_NODE_PORT:- " 4444"  
27-   NODE_STATUS_ENDPOINT=" $( /opt/bin/video_gridUrl.py) " 
27+   NODE_STATUS_ENDPOINT=" $( python3  /opt/bin/video_gridUrl.py) " 
2828else 
2929  JQ_SESSION_ID_QUERY=" .[]?.node?.slots | .[0]?.session?.sessionId" 
3030  SE_NODE_PORT=${SE_NODE_PORT:- " 5555"  
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SESSION_ID=$1
88if  [ -n  " ${SE_NODE_GRID_GRAPHQL_URL} " ;  then 
99  GRAPHQL_ENDPOINT=${SE_NODE_GRID_GRAPHQL_URL} 
1010else 
11-   GRAPHQL_ENDPOINT=" $( /opt/bin/video_gridUrl.py) " 
11+   GRAPHQL_ENDPOINT=" $( python3  /opt/bin/video_gridUrl.py) " 
1212fi 
1313if  [[ -n  ${GRAPHQL_ENDPOINT}  ]] &&  [[ !  ${GRAPHQL_ENDPOINT}  ==  * /graphql ]];  then 
1414  GRAPHQL_ENDPOINT=" ${GRAPHQL_ENDPOINT} /graphql" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments