11 lines
		
	
	
		
			351 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			351 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#!/command/with-contenv bashio
 | 
						|
# shellcheck shell=bash
 | 
						|
# ==============================================================================
 | 
						|
# Home Assistant Community Add-on: Example
 | 
						|
# Runs example2 script
 | 
						|
# ==============================================================================
 | 
						|
 | 
						|
bashio::log.info "Starting Example2..."
 | 
						|
 | 
						|
exec /usr/bin/example2.sh
 |