From 7b0da062380eb4fb56bde0f3c6db3272d3ff4968 Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Mon, 3 Jun 2013 15:35:17 +0530 Subject: [PATCH] CLOUDSTACK-2434: bad syntax --- patches/systemvm/debian/config/etc/init.d/cloud-early-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index 082d9751663..d0216908cce 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -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"