From 41e3dfdb2c45e75a859f2dae21b71c0f752b2fce Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 29 Feb 2024 18:54:33 +0000 Subject: [PATCH] Comment cgimap cli --- images/web/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/web/start.sh b/images/web/start.sh index 0b5b1ea8..0f81aef0 100755 --- a/images/web/start.sh +++ b/images/web/start.sh @@ -81,7 +81,7 @@ while "$flag" = true; do # --host=$POSTGRES_HOST \ # --username=$POSTGRES_USER \ # --password=$POSTGRES_PASSWORD \ - --logfile log/cgimap.log + # --logfile log/cgimap.log bundle exec rake jobs:work & apachectl -k start -DFOREGROUND done