From 4a602b42f60a56ce856740e374f044cdb5e40cb5 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Thu, 20 May 2021 20:00:23 +0200 Subject: [PATCH] Update server deployment script --- test_env.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/test_env.sh b/test_env.sh index 3c437d5..97315e5 100644 --- a/test_env.sh +++ b/test_env.sh @@ -27,6 +27,7 @@ print_help() { echo " -s [type] - Autorun server after deployment. Type is \"debug\" to start with remote debugging, else \"run\"" echo " -e - Accepts the EULA for the deployed server (user must accept it in a provided prompt)" echo " -h - Show this help prompt" + echo -e "Example:\n $0 -v 1.16 -p out/plugin.jar -s debug -e" } print_error() { @@ -107,13 +108,8 @@ done if $SKIP then - if [ "$CUR" == "-s" ] - then - AUTORUN="run" - else - print_error "Malformed parameter $CUR" - exit - fi + print_error "Malformed parameter $CUR" + exit fi case "$AUTORUN" in