mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update build.func
revert add error message, no silent function used
This commit is contained in:
		
							parent
							
								
									67df410019
								
							
						
					
					
						commit
						5e7a808fb9
					
				| 
						 | 
					@ -28,10 +28,7 @@ error_handler() {
 | 
				
			||||||
  local line_number="$1"
 | 
					  local line_number="$1"
 | 
				
			||||||
  local command="$2"
 | 
					  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}"
 | 
					  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"
 | 
					  echo -e "\n$error_message\n"
 | 
				
			||||||
  if [[ "$line_number" -eq 22 ]]; 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
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info() {
 | 
					msg_info() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue