Skip to content

Commit a9bfee1

Browse files
author
Abhinandan Prateek
committed
CLOUDSTACK-2434: fixed var name
1 parent 7d51ebb commit a9bfee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/systemvm/debian/config/etc/init.d/cloud-early-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ enable_irqbalance() {
347347
local enabled=$1
348348
local proc=0
349349

350-
$proc=$(cat /proc/cpuinfo | grep "processor" | wc -l)
350+
proc=$(cat /proc/cpuinfo | grep "processor" | wc -l)
351351
if [ $proc -le 1 ] && [ $enabled -eq 1 ]
352352
then
353353
enabled=0

0 commit comments

Comments
 (0)