From e902468f783e19fa92970717cdc72f55e8a4e34c Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sun, 4 Jun 2017 13:32:48 +0200 Subject: [PATCH] $filename > $modfilename + tidy "] ; then" to "]; then" --- lgsm/functions/mods_core.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/mods_core.sh b/lgsm/functions/mods_core.sh index 62d08ef1d..ad048de81 100644 --- a/lgsm/functions/mods_core.sh +++ b/lgsm/functions/mods_core.sh @@ -30,7 +30,7 @@ fn_mod_install_files(){ if [ ! -d "${extractdir}" ]; then mkdir -p "${extractdir}" fi - fn_dl_extract "${modstmpdir}" "${filename}" "${extractdir}" + fn_dl_extract "${modstmpdir}" "${modfilename}" "${extractdir}" } # Convert mod files to lowercase if needed @@ -228,7 +228,7 @@ fn_mods_installed_list(){ # Increment line check ((installedmodsline++)) done - if [ -n "${installedmodscount}" ] ; then + if [ -n "${installedmodscount}" ]; then fn_script_log_info "${installedmodscount} addons/mods are currently installed" fi }