From 398ec8450f8c0b0d698c9799489c80f2105f90b4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 1 Jan 2022 03:02:09 -0600 Subject: [PATCH] Remove trailing comma... this is bash --- 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 f079b4c..342890d 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -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}")"