Fix path to xml.sh

This commit is contained in:
Daniel Ceregatti 2023-07-25 15:05:13 -07:00
parent 703ab57bd3
commit 5e6c31aaf3

View file

@ -69,7 +69,7 @@ get_mod_name(){
# "Manage" XML files.
xml(){
/files/mods/xml.sh ${1}
/files/bin/xml.sh ${1}
mergexml ${1}
}