Merge pull request #1 from luizkowalski/master

Letter L downcased
pull/2/head
Guido Diepen 2016-05-04 13:10:37 +02:00
commit 1e7dca1e8d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,13 +9,13 @@
#First check if the user provided all needed arguments
if [ "$1" = "" ]
then
echo "PLease provide a source volume name"
echo "Please provide a source volume name"
exit
fi
if [ "$2" = "" ]
then
echo "PLease provide a destination volume name"
echo "Please provide a destination volume name"
exit
fi