Corrige script upgrade.sh

This commit is contained in:
Sys Quatre 2020-07-21 19:10:25 +02:00
parent 4983c1fe44
commit ece4bbceb0
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ regen_worldmt() {
if [[ -d $mods_custom ]]; then
ls $mods_custom | while read -r mod; do
if [[ -d $mods_cutom/$mod ]]; then
if [[ -d $mods_custom/$mod ]]; then
rm -f $mods_path/$mod
ln -s $mods_custom/$mod $mods_path/$mod
fi