mirror of https://github.com/tstellar/bygfoot.git
Update script updated.
This commit is contained in:
parent
df7808e8b8
commit
819c8afb8c
|
@ -409,7 +409,7 @@ function get_country_files()
|
|||
while read -d : oldname && read newname
|
||||
do
|
||||
if [ "$oldname" == "League" ]; then
|
||||
DIRNAME=$newname
|
||||
DIRNAME=$(find . -type d -name $newname)
|
||||
my_echo " + Adding official names to $DIRNAME..."
|
||||
else
|
||||
oldname="${oldname## }"
|
||||
|
|
Loading…
Reference in New Issue