From 880c0b1f1672e7953e1a2541e0bcc0111266df1a Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 1 Jan 2022 00:07:58 -0600 Subject: [PATCH] Remove trailing ... from linting dialogue to make copying easier --- Scripts/7D2D-Manage.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index 185752f..efc40f7 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -270,7 +270,7 @@ start_server() { # xmllint, helps avoiding the random server launch failures for apparently no reason if which xmllint >/dev/null 2>&1; then 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 log "error" "Xml parsing error in $(important "${xml_file}"), resolve the error and attempt to start again" return 1