9 lines
		
	
	
		
			362 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			362 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#!/command/with-contenv bashio
 | 
						|
# shellcheck shell=bash
 | 
						|
# ==============================================================================
 | 
						|
# Home Assistant Community Add-on: Example
 | 
						|
# Example init script, runs before any other service
 | 
						|
# ==============================================================================
 | 
						|
 | 
						|
bashio::log.info "Oh, hi! I'm the init script!"
 |