diff --git a/bin/oref0-setup.sh b/bin/oref0-setup.sh index d3123dde5..17df6fb16 100755 --- a/bin/oref0-setup.sh +++ b/bin/oref0-setup.sh @@ -110,6 +110,9 @@ case $i in -ht=*|--hardwaretype=*) hardwaretype="${i#*=}" ;; + -rt=*|--radiotags=*) + radiotags="${i#*=}" + ;; -npm=*|--npm_install=*) npm_option="${i#*=}" shift