mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	correct spelling
This commit is contained in:
		@@ -24,7 +24,7 @@ trap cleanup EXIT
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
function error_exit() {
 | 
					function error_exit() {
 | 
				
			||||||
  trap - ERR
 | 
					  trap - ERR
 | 
				
			||||||
  local reason="Unknown failure occured."
 | 
					  local reason="Unknown failure occurred."
 | 
				
			||||||
  local msg="${1:-$reason}"
 | 
					  local msg="${1:-$reason}"
 | 
				
			||||||
  local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE"
 | 
					  local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE"
 | 
				
			||||||
  echo -e "$flag $msg" 1>&2
 | 
					  echo -e "$flag $msg" 1>&2
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user