Commit d0f2ed5c authored by Joanne Hugé's avatar Joanne Hugé

playbook/ors: fix init-sdr script

parent be37d50d
......@@ -8,4 +8,5 @@ lsof /dev/sdr0 && exit;
lsmod | grep -q sdr && rmmod sdr;
cd $AMARISOFT_PATH/trx_sdr/kernel;
make clean;
make;
bash init.sh;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment