Undo declaring sensorsDetected as a local variable

This commit is contained in:
rmm 2024-06-23 11:24:34 +02:00
parent 1bc5a7a77b
commit 1189e6519a

View File

@ -98,7 +98,7 @@ function install_packages {
} }
function configure { function configure {
local sensorsDetected=false sensorsDetected=false # this is a global variable (see install_mod())
local sensorsOutput local sensorsOutput
if [ $DEBUG_REMOTE = true ]; then if [ $DEBUG_REMOTE = true ]; then