Fix cpu frequency issue (#113)

This commit is contained in:
Aristo Chen
2020-09-24 20:56:16 +08:00
committed by GitHub
parent 6fdfcdb367
commit 0112fdc511

View File

@@ -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 \