Updated Branches:
  refs/heads/master 6cc9162e7 -> 7b0da0623

CLOUDSTACK-2434: bad syntax


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7b0da062
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7b0da062
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7b0da062

Branch: refs/heads/master
Commit: 7b0da062380eb4fb56bde0f3c6db3272d3ff4968
Parents: 6cc9162
Author: Abhinandan Prateek <[email protected]>
Authored: Mon Jun 3 15:35:17 2013 +0530
Committer: Abhinandan Prateek <[email protected]>
Committed: Mon Jun 3 15:35:17 2013 +0530

----------------------------------------------------------------------
 .../debian/config/etc/init.d/cloud-early-config    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7b0da062/patches/systemvm/debian/config/etc/init.d/cloud-early-config
----------------------------------------------------------------------
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 082d975..d021690 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"

Reply via email to