remove unused variable

This commit is contained in:
Meliox 2024-06-18 19:21:11 +02:00
parent 422d1730df
commit c5c79c6936

View File

@ -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\""