From bce8f095fd2716f0c2201a6c635ddcf47c07e690 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 26 Dec 2021 01:31:08 -0600 Subject: [PATCH] Forgot to close overridden xml tags, fixed --- Scripts/7D2D-Manage.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index 5f1c034..425ee4d 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -241,11 +241,11 @@ start_server() { printf "\t%s\n" "" # Override UserDataFolder, opiniated in that it should exist in the Server Directory elif [[ "${REPLY}" = *"property name=\"UserDataFolder\""* ]]; then - printf "\t%s\n" "" # This is a path RELATIVE to the save game folder, hence we overwrite ../ so it's in the # base of the server directory elif [[ "${REPLY}" = *"property name=\"AdminFileName\""* ]]; then - printf "\t%s\n" "" else printf "%s\n" "${REPLY}" fi