Browse Source

bug

feature/dst-changes
Daniel Gibbs 4 months ago
parent
commit
268c6a59fe
  1. 2
      lgsm/modules/install_complete.sh

2
lgsm/modules/install_complete.sh

@ -18,7 +18,7 @@ elif [ "${exitcode}" -eq 2 ]; then
elif [ "${exitcode}" -eq 3 ]; then
echo -e "${bold}${lightyellow}Install Completed with Warnings!${default}}"
fn_script_log_warn "Install Completed with Warnings!"
elif [ -z "${exitcode}" ] || [ "${exitcode}" -qe 0 ]; then
elif [ -z "${exitcode}" ] || [ "${exitcode}" -eq 0 ]; then
echo -e "${bold}${green}Install Complete!${default}"
fn_script_log_pass "Install Complete!"
fi

Loading…
Cancel
Save