diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index fb0ec4b..34ca988 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -540,7 +540,7 @@ backup_configs() { mkdir -p "${config_backup_directory}" for xml_file in "${server_directory}"/{"","Saves/"}*.xml; do - cp "${xml_file}" "${config_backup_directory}/" + cp "${xml_file}" "${config_backup_directory}/" 2>/dev/null done }