1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Fix bash syntax error

This commit is contained in:
Tino Vazquez 2012-03-22 15:43:32 +01:00
parent 9fa6226efe
commit 334e6327d7

View File

@ -208,6 +208,7 @@ function mkfs_command {
VMWARE_DISK_TYPE=`echo $FSTYPE|cut -d'_' -f 1`
echo "sudo $VMKFSTOOLS -U $DST/disk.vmdk ; sudo $VMKFSTOOLS -c ${SIZE}M -d ${VMWARE_DISK_TYPE} $DST_PATH/disk.vmdk"
return 0
;;
*)
OPTS=""
;;