Error in runMonsterJoy.sh script

This script contains the wrong path. The install instructions put it in the folder
~/monsterborg but the script contains:

 #!/bin/bash
/home/pi/thunderborg/monsterJoy.py > /dev/null

I think it should contain

 #!/bin/bash
/home/pi/monsterborg/monsterJoy.py > /dev/null

(The monstgerjoy.py script runs fine)

piborg's picture

Thanks for pointing this mistake out as well, not sure how I missed that during testing...

I have corrected the script and re-uploaded the examples.zip file for MonsterBorg.

Hopefully that will be the last mistake :)

Subscribe to Comments for "Error in runMonsterJoy.sh script"