Undo declaring sensorsDetected as a local variable
This commit is contained in:
parent
1bc5a7a77b
commit
1189e6519a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user