From c1773dd0c430fc303293921d13cd2a3e53086045 Mon Sep 17 00:00:00 2001 From: rmm Date: Wed, 11 Feb 2026 16:51:44 +0100 Subject: [PATCH] Fix typo --- 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 55fe19d..3037a93 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -389,7 +389,7 @@ function configure { echo "type ${i})" dmidecode -t "$i" | awk -F': ' '/Manufacturer|Product Name|Serial Number/ {print $1": "$2}' done - loacal choiceSysInfo=$(ask "Enable system information? (1/2/n)" CONFIG_SYSINFO_DISPLAY_MODE) + local choiceSysInfo=$(ask "Enable system information? (1/2/n)" CONFIG_SYSINFO_DISPLAY_MODE) case "$choiceSysInfo" in [1]|"") ENABLE_SYSTEM_INFO=true