mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-2434: fixed var name
This commit is contained in:
parent
7d51ebba9e
commit
a9bfee1e22
@ -347,7 +347,7 @@ enable_irqbalance() {
|
||||
local enabled=$1
|
||||
local proc=0
|
||||
|
||||
$proc=$(cat /proc/cpuinfo | grep "processor" | wc -l)
|
||||
proc=$(cat /proc/cpuinfo | grep "processor" | wc -l)
|
||||
if [ $proc -le 1 ] && [ $enabled -eq 1 ]
|
||||
then
|
||||
enabled=0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user