Ability to select the CPU Min Freq Limit
It crashes with this error ;
/DietPi/dietpi/dietpi-config: array assign: line 1916: syntax error near unexpected token ('
/DietPi/dietpi/dietpi-config: array assign: line 1916:=("$(( ${available_frequency_array[$i]} / 1000 ))" "MHz"'
This error comes on a freshly installed Dietpi 6.6 with the Nextcloud package also installed and running
Link to the configutation https://imgur.com/a/WUf1K
@Fray2000
Oh yeah, this looks like a typo, thanks for reporting this, I will send commit to fix it for v6.7. You can fix it manually until then:
/DietPi/dietpi/dietpi-config: https://github.com/Fourdee/DietPi/blob/master/dietpi/dietpi-config#L1916-L1923=+= that occurs two times there with +=, so the first equality character is wrong there, causing the syntax error.€: Fixed: https://github.com/Fourdee/DietPi/commit/4dcc8b0e2cfb24ee4f793598e1fa8a55633a03ed (the parenthesis changes are just for cosmetic/consistency)
Confirmed working on RPi 3.
@MichaIng
Legend, many thanks for fixing this 👍
Most helpful comment
@Fray2000
Oh yeah, this looks like a typo, thanks for reporting this, I will send commit to fix it for v6.7. You can fix it manually until then:
/DietPi/dietpi/dietpi-config: https://github.com/Fourdee/DietPi/blob/master/dietpi/dietpi-config#L1916-L1923=+=that occurs two times there with+=, so the first equality character is wrong there, causing the syntax error.€: Fixed: https://github.com/Fourdee/DietPi/commit/4dcc8b0e2cfb24ee4f793598e1fa8a55633a03ed (the parenthesis changes are just for cosmetic/consistency)