Declare sensorsDetected as local in configure()
This commit is contained in:
parent
23c6c1f496
commit
1bc5a7a77b
@ -98,7 +98,7 @@ function install_packages {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function configure {
|
function configure {
|
||||||
sensorsDetected=false
|
local sensorsDetected=false
|
||||||
local sensorsOutput
|
local sensorsOutput
|
||||||
|
|
||||||
if [ $DEBUG_REMOTE = true ]; then
|
if [ $DEBUG_REMOTE = true ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user