It is indeed a bug. We reported it on GitHub: https://github.com/keexybox/keexyapp/issues/11
Thank you very much for your debug.
For those who have the issue. You can fix it on your KeexyBox by following the instructions below :
Thank you very much for your debug.
For those who have the issue. You can fix it on your KeexyBox by following the instructions below :
- Connect over SSH to your raspberryPI
- As root run :
Code:
su - keexybox
cd /opt/keexybox/keexyapp/src/Shell/
mv ConfigShell.php ConfigShell.php.bak
wget https://raw.githubusercontent.com/keexybox/keexyapp/master/src/Shell/ConfigShell.php