Parcourir la source

corrected var

Daniel Gibbs il y a 9 ans
Parent
commit
3ca9951cee
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"