Browse Source

typo: loga > log

pull/1275/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
f8072b69de
  1. 4
      lgsm/functions/command_mods_remove.sh

4
lgsm/functions/command_mods_remove.sh

@ -114,11 +114,11 @@ sleep 0.5
sed -i "/^${modcommand}$/d" "${modsinstalledlistfullpath}"
local exitcode=$?
if [ ${exitcode} -ne 0 ]; then
fn_script_loga_fatal "Removing ${modcommand} from ${modsinstalledlist}"
fn_script_log_fatal "Removing ${modcommand} from ${modsinstalledlist}"
fn_print_fail_eol_nl
core_exit.sh
else
fn_script_loga_pass "Removing ${modcommand} from ${modsinstalledlist}"
fn_script_log_pass "Removing ${modcommand} from ${modsinstalledlist}"
fn_print_ok_eol_nl
fi

Loading…
Cancel
Save