From da8c08c5ef12f183b4f90bc3b7b6b5db83b1f59a Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sun, 15 Jan 2017 04:17:37 +0100 Subject: [PATCH] typo --- lgsm/functions/command_mods_update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/command_mods_update.sh b/lgsm/functions/command_mods_update.sh index 1e08679fb..a7fd0c572 100644 --- a/lgsm/functions/command_mods_update.sh +++ b/lgsm/functions/command_mods_update.sh @@ -25,11 +25,11 @@ fn_mods_update_init(){ if [ ! -f "${modslockfilefullpath}" ]||[ $installedmodscount -eq 0 ]; then fn_print_information_nl "No mods or addons to be updated" echo " * Did you install any mod using LGSM?" - fn_log_info "No mods or addons to be updated" + fn_scrip_log_info "No mods or addons to be updated" core_exit.sh else fn_print_information_nl "${installedmodscount} mods or addons will be updated:" - fn_log_info "${installedmodscount} mods or addons will be updated" + fn_script_log_info "${installedmodscount} mods or addons will be updated" # Loop showing mods to update installedmodsline=1 while [ $installedmodsline -le $installedmodscount ]; do @@ -43,7 +43,7 @@ fn_mods_update_init(){ # Recursively list all installed mods and apply update fn_mods_update_loop(){ # Reset line value - installedmodline="1" + installedmodsline="1" while [ $installedmodsline -le $installedmodscount ]; do # Current line defines current mod command currentmod="$(sed "${installedmodsline}q;d" "${modslockfilefullpath}")"