From 0698a16472d5e32e0a03d6d6368d23a511043ea3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 13 Jul 2014 20:46:08 +0100 Subject: [PATCH] fixed bug ./ns2server: line 832: Resolved the following error ./ns2server: line 832: syntax error: unexpected end of file --- NaturalSelection2/ns2server | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NaturalSelection2/ns2server b/NaturalSelection2/ns2server index 351edb7d7..3a454533e 100644 --- a/NaturalSelection2/ns2server +++ b/NaturalSelection2/ns2server @@ -31,7 +31,8 @@ modstorage="server1/Workshop" mods="" password="" fn_parms(){ -parms="-name \"${servername}\" -port ${port} -password \"${password}\" -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${rootdir}/${configpath}\" -modstorage \"${rootdir}/${modstorage}\" -mods \"${mods}\""} +parms="-name \"${servername}\" -port ${port} -password \"${password}\" -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${rootdir}/${configpath}\" -modstorage \"${rootdir}/${modstorage}\" -mods \"${mods}\"" +} #### Advanced Variables #### # Steam