Browse Source

$filename > $modfilename + tidy "] ; then" to "]; then"

pull/1477/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
e902468f78
  1. 4
      lgsm/functions/mods_core.sh

4
lgsm/functions/mods_core.sh

@ -30,7 +30,7 @@ fn_mod_install_files(){
if [ ! -d "${extractdir}" ]; then if [ ! -d "${extractdir}" ]; then
mkdir -p "${extractdir}" mkdir -p "${extractdir}"
fi fi
fn_dl_extract "${modstmpdir}" "${filename}" "${extractdir}" fn_dl_extract "${modstmpdir}" "${modfilename}" "${extractdir}"
} }
# Convert mod files to lowercase if needed # Convert mod files to lowercase if needed
@ -228,7 +228,7 @@ fn_mods_installed_list(){
# Increment line check # Increment line check
((installedmodsline++)) ((installedmodsline++))
done done
if [ -n "${installedmodscount}" ] ; then if [ -n "${installedmodscount}" ]; then
fn_script_log_info "${installedmodscount} addons/mods are currently installed" fn_script_log_info "${installedmodscount} addons/mods are currently installed"
fi fi
} }

Loading…
Cancel
Save