change messages

This commit is contained in:
Kevin Kluge 2010-10-15 13:54:12 -07:00
parent 90365437f7
commit ba7fd9691c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
#set -x
Usage() {
echo "migrate snapshots created from CloudStack 2.1.3 to 2.1.4 and later:"
echo "Migrate snapshots to CloudStack 2.1.4 and later format:"
echo "$0 -m {secondary-storage mount point} "
exit 1
}
@ -40,7 +40,7 @@ fi
mountPath=$mountPath/snapshots
if [ ! -d $mountPath ]
then
echo "No snapshots exit, nothing to do"
echo "No snapshots exist, nothing to do"
exit 0
fi