From 3321399a3aa03faac40a2e527a48a6ea8bbc4704 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 16 Jun 2024 15:15:53 +0200 Subject: [PATCH] cosmetics --- pve-mod-gui-sensors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index c774ef6..e9cdac3 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -211,7 +211,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): " choice + local choice=$(read -p "Do you wish to display fans reporting a speed of zero? If no, only active fans will be displayed. (Y/n)") case "$choice" in # Set temperature search criteria [yY]|"")