Letter L downcased

This commit is contained in:
Luiz Eduardo Kowalski 2016-05-04 12:10:01 +02:00
parent 73ce677b3f
commit 67f0560fc3
1 changed files with 2 additions and 2 deletions

View File

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