summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-09 14:03:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-09 14:03:43 -0300
commit977943271516266d35b36ffe2413f36fbf005118 (patch)
tree421206aaf834598c009cf998ebabdc86154ee49e
parentfca431d1316c4a9ad6846826bdf82a72d4879776 (diff)
downloadhydra-977943271516266d35b36ffe2413f36fbf005118.tar.gz
hydra-977943271516266d35b36ffe2413f36fbf005118.tar.bz2
Provision: use system's default arch in config (2)
-rwxr-xr-xshare/hydractl/provision2
1 files changed, 1 insertions, 1 deletions
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"