瀏覽代碼

Update install.func

tweak
tteckster 2 年之前
父節點
當前提交
d5c38b978a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/install.func

+ 1 - 1
misc/install.func

@@ -41,7 +41,7 @@ error_handler() {
   local command="$2"
   local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}"
   echo -e "\n$error_message"
-  if [[ "$line_number" -eq 22 ]]; then
+  if [[ "$line_number" -eq 24 ]]; then
     echo -e "The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.\n"
   fi
 }