🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 17:23:05 -04:00
parent 4957b0de79
commit 14ec7c9c18
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -27,7 +27,7 @@ if [ ! -f "/config/ssl//localhost.crt" ] || [ ! -f "/config/ssl//localhost.key"
fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ ! -f "/tmp/cherokee.pid" ]; then
cherokee-admin -b -p 19070 -c /config/cherokee.conf &
cherokee-admin -b -p 9090 -c /etc/cherokee/cherokee.conf &
exec cherokee -c /etc/cherokee/cherokee.conf || rm -Rf "/tmp/cherokee.pid"
fi