diff --git a/lgsm/modules/command_install.sh b/lgsm/modules/command_install.sh index e8cba7560..783f0c7c0 100644 --- a/lgsm/modules/command_install.sh +++ b/lgsm/modules/command_install.sh @@ -48,5 +48,8 @@ else fix.sh install_stats.sh install_complete.sh + if [ -z "${exitcode}" ]; then + exitcode=0 + fi fi core_exit.sh