Explorar o código

corrected var

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
3ca9951cee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/functions/command_mods_update.sh

+ 1 - 1
lgsm/functions/command_mods_update.sh

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