From caa9af78001da0118ae9dd23caa18829923d98fc Mon Sep 17 00:00:00 2001 From: Manvendra Bhangui Date: Sun, 21 May 2023 18:06:21 +0530 Subject: [PATCH] removed debug statement --- ircube-x/roundcube_config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ircube-x/roundcube_config b/ircube-x/roundcube_config index 528f4e3a6..1cc16db33 100755 --- a/ircube-x/roundcube_config +++ b/ircube-x/roundcube_config @@ -702,8 +702,7 @@ if [ ! -d /service/php-fpm ] ; then if [ -n "$php_fpm_www_conf" -a -f "$php_fpm_www_conf" ] ; then sockname=$(grep "listen =" $php_fpm_www_conf |cut -d= -f2) sockdir=$(dirname $sockname) - echo "socket directory for php-fpm is $sockdir" - echo "Creating supervised service for php-fpm" + echo "Creating supervised service for php-fpm using socket dir $sockdir" mkdir -p /service/php-fpm/log touch /service/php-fpm/down (