From ee60039404c16bf9234a347cd8972854020698a7 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Tue, 6 Dec 2011 14:13:29 -0800 Subject: [PATCH] bug 8489: remove the leading / status 8489: resolved fixed --- scripts/storage/secondary/createtmplt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/storage/secondary/createtmplt.sh b/scripts/storage/secondary/createtmplt.sh index 9412db647d2..db35cb433a3 100755 --- a/scripts/storage/secondary/createtmplt.sh +++ b/scripts/storage/secondary/createtmplt.sh @@ -118,7 +118,7 @@ create_from_file() { local tmpltimg=$2 local tmpltname=$3 - [ -n "$verbose" ] && echo "Moving to /$tmpltfs/$tmpltname...could take a while" >&2 + [ -n "$verbose" ] && echo "Moving to $tmpltfs/$tmpltname...could take a while" >&2 mv $tmpltimg /$tmpltfs/$tmpltname }