Replace affected read invocations (#61)
This commit is contained in:
parent
f5ff837770
commit
85e0968c00
@ -219,7 +219,7 @@ function configure {
|
||||
enableFanSpeed=true
|
||||
sensorsDetected=true
|
||||
# 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
|
||||
# Set temperature search criteria
|
||||
[yY]|"")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user