Skip to content

Commit 7b0da06

Browse files
author
Abhinandan Prateek
committed
CLOUDSTACK-2434: bad syntax
1 parent 6cc9162 commit 7b0da06

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
@@ -350,7 +350,7 @@ enable_irqbalance() {
350350
$proc = $(cat /proc/cpuinfo | grep "processor" | wc -l)
351351
if [ $proc -le 1 ] && [ $enabled -eq 1 ]
352352
then
353-
enabled = 0
353+
enabled=0
354354
fi
355355

356356
log_it "Processors = $proc Enable service ${svc} = $enabled"

0 commit comments

Comments
 (0)