Pray for rain 🙏, shifted forward slash out of comment region
This commit is contained in:
parent
398ec8450f
commit
a87bea9c83
@ -269,7 +269,7 @@ start_server() {
|
||||
|
||||
# xmllint, helps avoiding the random server launch failures for apparently no reason
|
||||
local lint_dirs
|
||||
lint_dirs=("${server_directory}"/*.xml "${server_directory}/Saves/"*.xml)
|
||||
lint_dirs=("${server_directory}"/*.xml "${server_directory}/Saves"/*.xml)
|
||||
if which xmllint >/dev/null 2>&1; then
|
||||
for xml_file in "${lint_dirs[@]}"; do
|
||||
log "info" "Linting $(important "${xml_file}")"
|
||||
|
Loading…
Reference in New Issue
Block a user