From 14ec7c9c1822f31fc2159fa5c159aa965c20e1ff Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 11 Oct 2022 17:23:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/cherokee-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cherokee-server b/bin/cherokee-server index 315ef54..25a307d 100755 --- a/bin/cherokee-server +++ b/bin/cherokee-server @@ -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