From a87bea9c83c05261ae5630b74b8a515b8a43d262 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 1 Jan 2022 03:06:22 -0600 Subject: [PATCH] Pray for rain :pray:, shifted forward slash out of comment region --- 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 342890d..f6d33d5 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}")"