mirror of
https://github.com/casjaysdevdocker/cherokee
synced 2025-09-18 21:57:44 -04: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