digipi icon indicating copy to clipboard operation
digipi copied to clipboard

flrig and bigvnc not being used from setup.php

Open matthewrwright opened this issue 1 year ago • 3 comments
trafficstars

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 avatar Jan 09 '24 12:01 matthewrwright

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

matthewrwright avatar Jan 09 '24 12:01 matthewrwright

Confirmed - thanks!

craigerl avatar Jan 09 '24 14:01 craigerl

Fixed in 1.8-2 .

craigerl avatar Mar 25 '24 21:03 craigerl