Updated Branches:
  refs/heads/3.0.x 4b9f836ea -> 94ddad7aa

Fix variable name in createtmplt.sh ($tmplfs -> $tmpltfs)


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

Branch: refs/heads/3.0.x
Commit: 94ddad7aaaeec9f862b9e5c738058309cf7e9fd5
Parents: 4b9f836
Author: butanet <[email protected]>
Authored: Sun May 27 02:24:16 2012 +0900
Committer: David Nalley <[email protected]>
Committed: Mon May 28 14:16:07 2012 -0400

----------------------------------------------------------------------
 scripts/storage/qcow2/createtmplt.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/94ddad7a/scripts/storage/qcow2/createtmplt.sh
----------------------------------------------------------------------
diff --git a/scripts/storage/qcow2/createtmplt.sh 
b/scripts/storage/qcow2/createtmplt.sh
index 361ce09..34601ec 100755
--- a/scripts/storage/qcow2/createtmplt.sh
+++ b/scripts/storage/qcow2/createtmplt.sh
@@ -118,7 +118,7 @@ create_from_snapshot() {
   $qemu_img convert -f qcow2 -O qcow2 -s "$snapshotName" "$tmpltImg" 
/$tmpltfs/$tmpltname >& /dev/null
   if [ $? -gt 0 ]
   then
-     printf "Failed to create template /$tmplfs/$tmpltname from snapshot 
$snapshotName on disk $tmpltImg "
+     printf "Failed to create template /$tmpltfs/$tmpltname from snapshot 
$snapshotName on disk $tmpltImg "
      exit 2
   fi
 

Reply via email to