remove unused variable (#59)

This commit is contained in:
Meliox 2024-06-23 11:10:56 +02:00 committed by GitHub
parent 422d1730df
commit 34c07fd2bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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