Browse Source

corrected var

pull/1255/head
Daniel Gibbs 8 years ago
parent
commit
3ca9951cee
  1. 2
      lgsm/functions/command_mods_update.sh

2
lgsm/functions/command_mods_update.sh

@ -51,7 +51,7 @@ done
# Reset line value # Reset line value
installedmodsline="1" installedmodsline="1"
while [ ${installedmodsline} -le ${installedmodscount} ]; do while [ ${installedmodsline} -le ${installedmodscount} ]; do
currentmod="$(sed "${installedmodsline}q;d" "${modsinstalledlist}")" currentmod="$(sed "${installedmodsline}q;d" "${modsinstalledlistfullpath}")"
if [ -n "${currentmod}" ]; then if [ -n "${currentmod}" ]; then
fn_mod_get_info fn_mod_get_info
# Don not update mod if the policy is set to "NOUPDATE" # Don not update mod if the policy is set to "NOUPDATE"

Loading…
Cancel
Save