Skip to content

Commit

Permalink
removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 21, 2023
1 parent 6f3b1cf commit caa9af7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ircube-x/roundcube_config
Expand Up @@ -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
(
Expand Down

0 comments on commit caa9af7

Please sign in to comment.