From 95b8012db3f89c450d6f0e4ffb77d7c9882b7a86 Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Wed, 16 Oct 2024 14:33:08 +0200 Subject: [PATCH] added comment for last add in --- server_manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_manager.sh b/server_manager.sh index 1ae9f5b..61b11aa 100644 --- a/server_manager.sh +++ b/server_manager.sh @@ -37,7 +37,7 @@ while true; do clear echo " Launch Menu" echo "------------------------------------------------------------" - read -p "Do you want to start the server? [y/n] " start_answer + read -p "Do you want to start the server? [y/n] " start_answer # Promting before actually starting the server if [[ ${eula_answer} == "y" ]]; then if [[ -e "${server}/eula.txt" ]]; then # Checks if the EULA file exists condition=$(cat "${server}/eula.txt" | grep -c "eula=true") # Sets the condition, in this case counting how many lines with eula=true exist in the EULA file