remove unused variable (#59)
This commit is contained in:
parent
422d1730df
commit
34c07fd2bc
@ -295,8 +295,7 @@ function install_mod {
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
enableSensors=true
|
if [[ "$sensorsDetected" == true ]]; then
|
||||||
if [[ "$enableSensors" == true ]]; then
|
|
||||||
local sensorsCmd
|
local sensorsCmd
|
||||||
if [ $DEBUG_REMOTE = true ]; then
|
if [ $DEBUG_REMOTE = true ]; then
|
||||||
sensorsCmd="cat \"$JSON_FILE\""
|
sensorsCmd="cat \"$JSON_FILE\""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user