From ea3273aa54156b30bf46b642afd89c9a6279296a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 18 Jun 2017 23:14:41 +0100 Subject: [PATCH] fixed bug causing arma3server to not load --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index 516f04fe6..b3237b921 100644 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -210,7 +210,7 @@ fn_install_menu() { # Gets server info from serverlist.csv and puts in to array fn_server_info(){ IFS="," - server_info_array=($(grep -w "${userinput}" "${serverlist}")) + server_info_array=($(grep -aw "${userinput}" "${serverlist}")) shortname="${server_info_array[0]}" # csgo gameservername="${server_info_array[1]}" # csgoserver gamename="${server_info_array[2]}" # Counter Strike: Global Offensive