mirror of
https://github.com/armbian/config.git
synced 2026-01-06 09:53:35 -08:00
Fix cpu frequency issue (#113)
This commit is contained in:
@@ -342,7 +342,7 @@ function generic_select()
|
||||
done
|
||||
LIST_LENGTH=$((${#LIST[@]}/2));
|
||||
if [ "$LIST_LENGTH" -eq 1 ]; then
|
||||
PARAMETER=${PARAMETER[0]}
|
||||
PARAMETER=${LIST[0]}
|
||||
else
|
||||
exec 3>&1
|
||||
PARAMETER=$(dialog --nocancel --backtitle "$BACKTITLE" --no-collapse \
|
||||
|
||||
Reference in New Issue
Block a user