mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Fix path to xml.sh
This commit is contained in:
parent
703ab57bd3
commit
5e6c31aaf3
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ get_mod_name(){
|
||||||
|
|
||||||
# "Manage" XML files.
|
# "Manage" XML files.
|
||||||
xml(){
|
xml(){
|
||||||
/files/mods/xml.sh ${1}
|
/files/bin/xml.sh ${1}
|
||||||
mergexml ${1}
|
mergexml ${1}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue