mirror of
https://github.com/casjaysdevdocker/cherokee
synced 2026-01-09 17:29:19 -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