12-15-2020, 09:20 AM
(12-15-2020, 04:36 AM)paul Wrote: 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 :
- Connect over SSH to your raspberryPI
- As root run :
Code:su - keexybox
cd /opt/keexybox/keexyapp/src/Controller/
mv ConfigController.php ConfigController.php.bak
wget https://raw.githubusercontent.com/keexybox/keexyapp/master/src/Shell/ConfigShell.php
Hi paul,
is there a mistake in the code you've posted as solution?
Maybe you wanted to say:
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