Error in runMonsterJoy.sh script
Forums:
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
Thu, 09/07/2017 - 16:04
Permalink
Oops :(
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 :)