flrig and bigvnc not being used from setup.php
matthewrwright opened this issue · 3 comments
matthewrwright commented
In the latest patreon build image (1.8-1) the code lines
if (isset($_POST["flrig"])) { $output = shell_exec("sudo sed -i 's/NEWFLRIG=.*/NEWFLRIG=1/gi' /home/pi/localize.sh "); } if (isset($_POST["bigvnc"])) { $output = shell_exec("sudo sed -i 's/NEWBIGVNC=.*/NEWBIGVNC=1/gi' /home/pi/localize.sh "); }
Don't have a matching entry to edit in the header of localize.sh meaning that neither of those options are set.
matthewrwright commented
Update: Manually following localize.sh and trying to enable flrig fails as flrig isn't installed within the image.
craigerl commented
Confirmed - thanks!
craigerl commented
Fixed in 1.8-2 .