diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index c6cbddace..eed4446f1 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -194,9 +194,9 @@ fn_info_config_source(){ serverpassword="${unavailable}" rconpassword="${unavailable}" else - servername=$(grep "hostname" "${servercfgfullpath}" | sed 's/hostname //g' | sed 's/"//g') - serverpassword=$(grep "sv_password" "${servercfgfullpath}" | sed 's/sv_password //g' | sed 's/"//g') - rconpassword=$(grep "rcon_password" "${servercfgfullpath}" | sed 's/rcon_password //g' | sed 's/"//g') + servername=$(grep "hostname" "${servercfgfullpath}" | sed 's/hostname //g' | sed 's/"//g'| cut -f1 -d "/") + serverpassword=$(grep "sv_password" "${servercfgfullpath}" | sed 's/sv_password //g' | sed 's/"//g'| cut -f1 -d "/") + rconpassword=$(grep "rcon_password" "${servercfgfullpath}" | sed 's/rcon_password //g' | sed 's/"//g'| cut -f1 -d "/") # Not Set servername=${servername:-"NOT SET"} diff --git a/lgsm/lib/ubuntu12.04/i386/libstdc++.so.6.0.16 b/lgsm/lib/ubuntu12.04/i386/libstdc++.so.6.0.16 new file mode 100644 index 000000000..614f0ec23 Binary files /dev/null and b/lgsm/lib/ubuntu12.04/i386/libstdc++.so.6.0.16 differ