mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-04-28 10:13:41 +01:00
Letter L downcased
This commit is contained in:
parent
73ce677b3f
commit
67f0560fc3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue