Fixed missing *
This commit is contained in:
parent
515e2fb886
commit
ba88942bcd
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -554,7 +554,7 @@ getcpu () {
|
|||
|
||||
# Get cpu speed
|
||||
case "$distro" in
|
||||
*"buntu")
|
||||
*"buntu"*)
|
||||
speed=$(awk -F ': ' '/cpu Mhz/ {printf $2}' /proc/cpuinfo)
|
||||
speed=${speed/\./}
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue