forked from nalc/nalc-server
Corrige script upgrade.sh
This commit is contained in:
parent
4983c1fe44
commit
ece4bbceb0
|
@ -92,7 +92,7 @@ regen_worldmt() {
|
||||||
|
|
||||||
if [[ -d $mods_custom ]]; then
|
if [[ -d $mods_custom ]]; then
|
||||||
ls $mods_custom | while read -r mod; do
|
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
|
rm -f $mods_path/$mod
|
||||||
ln -s $mods_custom/$mod $mods_path/$mod
|
ln -s $mods_custom/$mod $mods_path/$mod
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user