From 9a5c94111a005b75025db87a110f14c2def59b30 Mon Sep 17 00:00:00 2001 From: butanet Date: Sun, 27 May 2012 02:27:47 +0900 Subject: [PATCH] Remove unnecessary option --- scripts/storage/qcow2/importmpl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/storage/qcow2/importmpl.sh b/scripts/storage/qcow2/importmpl.sh index 48d11eae044..280abf459c2 100755 --- a/scripts/storage/qcow2/importmpl.sh +++ b/scripts/storage/qcow2/importmpl.sh @@ -203,14 +203,14 @@ then fi -$(dirname $0)/createtmplt.sh -s 2 -d 'DomR Template' -n $localfilert -t $destdirrt/ -f $tmpfilert -u &> /dev/null +$(dirname $0)/createtmplt.sh -d 'DomR Template' -n $localfilert -t $destdirrt/ -f $tmpfilert -u &> /dev/null if [ $? -ne 0 ] then echo "Failed to install routing template $rttmplt to $destdirrt" fi -$(dirname $0)/createtmplt.sh -s 2 -d 'CentOS 5.5(x86_64) no GUI' -n $localfilevm -t $destdirvm/ -f $tmpfilevm -u &> /dev/null +$(dirname $0)/createtmplt.sh -d 'CentOS 5.5(x86_64) no GUI' -n $localfilevm -t $destdirvm/ -f $tmpfilevm -u &> /dev/null if [ $? -ne 0 ] then