mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2434: bad syntax
This commit is contained in:
parent
6cc9162e76
commit
7b0da06238
|
|
@ -350,7 +350,7 @@ enable_irqbalance() {
|
|||
$proc = $(cat /proc/cpuinfo | grep "processor" | wc -l)
|
||||
if [ $proc -le 1 ] && [ $enabled -eq 1 ]
|
||||
then
|
||||
enabled = 0
|
||||
enabled=0
|
||||
fi
|
||||
|
||||
log_it "Processors = $proc Enable service ${svc} = $enabled"
|
||||
|
|
|
|||
Loading…
Reference in New Issue