Remove trailing ... from linting dialogue to make copying easier
This commit is contained in:
parent
c70e976e88
commit
880c0b1f16
@ -270,7 +270,7 @@ start_server() {
|
|||||||
# xmllint, helps avoiding the random server launch failures for apparently no reason
|
# xmllint, helps avoiding the random server launch failures for apparently no reason
|
||||||
if which xmllint >/dev/null 2>&1; then
|
if which xmllint >/dev/null 2>&1; then
|
||||||
for xml_file in "${server_directory}"/*.xml; do
|
for xml_file in "${server_directory}"/*.xml; do
|
||||||
log "info" "Linting $(important "${xml_file}")..."
|
log "info" "Linting $(important "${xml_file}")"
|
||||||
if ! xmllint "${xml_file}" > /dev/null; then
|
if ! xmllint "${xml_file}" > /dev/null; then
|
||||||
log "error" "Xml parsing error in $(important "${xml_file}"), resolve the error and attempt to start again"
|
log "error" "Xml parsing error in $(important "${xml_file}"), resolve the error and attempt to start again"
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user