@@ -369,7 +369,8 @@ if [ "${shortname}" == "core" ]; then
if [ "${userinput}" == "${gameservername}" ] || [ "${userinput}" == "${gamename}" ] || [ "${userinput}" == "${shortname}" ]; then
fn_install_file
else
- echo -e "[ FAIL ] unknown game server"
+ echo -e "[ FAIL ] Unknown game server"
+ exit 1
fi
fn_install_getopt
@@ -369,7 +369,7 @@ if [ "${shortname}" == "core" ]; then
@@ -370,7 +370,7 @@ if [ "${shortname}" == "core" ]; then