mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
remove -e parameter
This commit is contained in:
parent
8006a650f8
commit
4bb8872090
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ for (( n=0; n<15; ++n )); do
|
|||
|
||||
# debug output
|
||||
if [ ${RealClockspeed} -ge ${Maxfreq} ]; then
|
||||
echo -e "${Temp}$(printf "%5s" ${SysFSClockspeed}) MHz ${CoreVoltage}" >&2
|
||||
echo "${Temp}$(printf "%5s" ${SysFSClockspeed}) MHz ${CoreVoltage}" >&2
|
||||
else
|
||||
echo -e "${Temp}$(printf "%5s" ${RealClockspeed})/$(printf "%4s" ${SysFSClockspeed}) MHz ${CoreVoltage}" >&2
|
||||
echo "${Temp}$(printf "%5s" ${RealClockspeed})/$(printf "%4s" ${SysFSClockspeed}) MHz ${CoreVoltage}" >&2
|
||||
fi
|
||||
|
||||
# analyse Voltage
|
||||
|
|
Loading…
Add table
Reference in a new issue