Daniel Gibbs 1 年之前
父節點
當前提交
268c6a59fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/modules/install_complete.sh

+ 1 - 1
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