Remove ls which is innacurate since we never clean up the logs (#4392)
automerge
This commit is contained in:
		@@ -562,8 +562,7 @@ start() {
 | 
			
		||||
  echo "Bootstrap leader deployment took $bootstrapNodeDeployTime seconds"
 | 
			
		||||
  echo "Additional fullnode deployment (${#fullnodeIpList[@]} full nodes, ${#blockstreamerIpList[@]} blockstreamer nodes) took $additionalNodeDeployTime seconds"
 | 
			
		||||
  echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds"
 | 
			
		||||
  echo "Network start logs in $netLogDir:"
 | 
			
		||||
  ls -l "$netLogDir"
 | 
			
		||||
  echo "Network start logs in $netLogDir"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user