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