Browse Source

feat: glibc data now pulled from serverlist.csv

pull/2217/head
Daniel Gibbs 7 years ago
parent
commit
e2fb91aeab
  1. 3
      lgsm/functions/info_glibc.sh

3
lgsm/functions/info_glibc.sh

@ -6,5 +6,4 @@
local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
glibcrequired=$(grep "${shortname}" "${serverlist}" | awk -F "," '{ print $5 }') glibcrequired=$(awk -F "," '{ print $1,$5 }' "${serverlist}" | grep "${shortname}" )
glibcfix=$(grep "${shortname}" "${serverlist}" | awk -F "," '{ print $6 }')
Loading…
Cancel
Save