craigerl/digipi

flrig and bigvnc not being used from setup.php

Opened this issue · 3 comments

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.

Update: Manually following localize.sh and trying to enable flrig fails as flrig isn't installed within the image.

Confirmed - thanks!

Fixed in 1.8-2 .