mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-01-18 01:58:54 +00:00
Letter L downcased
This commit is contained in:
parent
73ce677b3f
commit
67f0560fc3
@ -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…
Reference in New Issue
Block a user