From: Silvio Rhatto Date: Mon, 9 Jun 2014 17:03:43 +0000 (-0300) Subject: Provision: use system's default arch in config (2) X-Git-Tag: 0.2.2~3 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=977943271516266d35b36ffe2413f36fbf005118;p=hydra.git Provision: use system's default arch in config (2) --- diff --git a/share/hydractl/provision b/share/hydractl/provision index 703806d..3067f79 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -77,7 +77,7 @@ function hydra_provision_create_volume { # Make sure there is provision config. function hydra_provision_config { - local base_arch=`uname -m`; + local base_arch="`uname -m`" if [ "$base_arch" == "x86_64" ]; then base_arch="amd64"