Update setup-ric.sh

This commit is contained in:
Leonardo Bonati
2021-12-10 19:34:33 -05:00
committed by GitHub
parent 6d36a3832c
commit 04a617b8d3

View File

@@ -16,7 +16,7 @@ done
# get RIC interface from cli arguments
if [ $# -eq 0 ] || [ "$import" = false ] ; then
RIC_INTERFACE="can0"
RIC_INTERFACE="col0"
else
if [ "$arena" = true ]; then
RIC_INTERFACE="brric"