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 (