🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-11 16:07:49 -04:00
parent 6e1badbed9
commit 0a65cffe6b
2 changed files with 8 additions and 6 deletions

View File

@@ -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"