Update setup-ric.sh
This commit is contained in:
		@@ -16,7 +16,7 @@ done
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# get RIC interface from cli arguments
 | 
					# get RIC interface from cli arguments
 | 
				
			||||||
if [ $# -eq 0 ] || [ "$import" = false ] ; then
 | 
					if [ $# -eq 0 ] || [ "$import" = false ] ; then
 | 
				
			||||||
    RIC_INTERFACE="can0"
 | 
					    RIC_INTERFACE="col0"
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    if [ "$arena" = true ]; then
 | 
					    if [ "$arena" = true ]; then
 | 
				
			||||||
        RIC_INTERFACE="brric"
 | 
					        RIC_INTERFACE="brric"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user