mirror of
				https://github.com/casjaysdevdocker/cherokee
				synced 2025-11-04 01:02:03 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
This commit is contained in:
		@@ -1,5 +1,8 @@
 | 
			
		||||
#!/usr/bin/env sh
 | 
			
		||||
set -x
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Set bash options
 | 
			
		||||
[ -n "$DEBUG" ] && set -x
 | 
			
		||||
set -o pipefail
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
export PATH="/usr/local/share/cherokee/bin:$PATH"
 | 
			
		||||
[ -f "/config/ssl.env" ] && . "/config/ssl.env"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user