Replace affected read invocations

This commit is contained in:
rmm 2024-06-23 11:30:27 +02:00
parent f5ff837770
commit f7c4f3de87

View File

@ -219,7 +219,7 @@ function configure {
enableFanSpeed=true enableFanSpeed=true
sensorsDetected=true sensorsDetected=true
# Prompt user for display zero speed fans # Prompt user for display zero speed fans
read -p "Do you wish to display fans reporting a speed of zero? If no, only active fans will be displayed. (Y/n)" choiceDisplayZeroSpeedFans local choiceDisplayZeroSpeedFans=$(ask "Do you wish to display fans reporting a speed of zero? If no, only active fans will be displayed. (Y/n)")
case "$choiceDisplayZeroSpeedFans" in case "$choiceDisplayZeroSpeedFans" in
# Set temperature search criteria # Set temperature search criteria
[yY]|"") [yY]|"")