From c05f0ddb2df1677529ebf38459982980573779dd Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 31 Dec 2021 23:46:55 -0600 Subject: [PATCH] Quote error --- Scripts/7D2D-Manage.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index c0136c0..185752f 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -242,7 +242,6 @@ start_server() { while IFS='' read -r; do if [[ "${REPLY}" = *"property name=\"ServerPort\""* ]]; then printf "\t%s\n" "" - # Override SaveGameFolder, opiniated in that it should exist in the Server Directory elif [[ "${REPLY}" = *"property name=\"SaveGameFolder\""* ]]; then printf "\t%s\n" "" @@ -255,7 +254,7 @@ start_server() { printf "\t%s\n" "" # Manage the telnet tags elif [[ "${REPLY}" = *"property name=\"TelnetPort\""* ]]; then - printf "\t%s\n" "" + printf "\t%s\n" "" else printf "%s\n" "${REPLY}" fi