mirror of
				https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker.git
				synced 2025-11-03 21:43:19 +00:00 
			
		
		
		
	Added SIGINT signal catch
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
source functions.sh
 | 
					source functions.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Trap the signals for container exit and run graceful_exit function
 | 
					# Trap the signals for container exit and run graceful_exit function
 | 
				
			||||||
trap 'graceful_exit' SIGQUIT SIGTERM
 | 
					trap 'graceful_exit' SIGINT SIGQUIT SIGTERM
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Prepare, format and define initial variables
 | 
					# Prepare, format and define initial variables
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user