mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-03-09 11:10:24 +00: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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue