fix prompt
This commit is contained in:
parent
f77eadc0a6
commit
03d639893d
@ -211,7 +211,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
|
||||||
local choiceDisplayZeroSpeedFans=$(read -p "Do you wish to display fans reporting a speed of zero? If no, only active fans will be displayed. (Y/n)")
|
read -p "Do you wish to display fans reporting a speed of zero? If no, only active fans will be displayed. (Y/n)" choiceDisplayZeroSpeedFans
|
||||||
case "$choiceDisplayZeroSpeedFans" in
|
case "$choiceDisplayZeroSpeedFans" in
|
||||||
# Set temperature search criteria
|
# Set temperature search criteria
|
||||||
[yY]|"")
|
[yY]|"")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user