Skip to content

Commit a492e4b

Browse files
committed
/run/php-fpm is sometimes created by php-fpm.
1 parent 2467347 commit a492e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mt/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $SUDO chmod 777 /var/www/cgi-bin/mt/themes
2323
if [ "$1" = "apache2-foreground" ]; then
2424
# invoke php-fpm
2525
if [ -e /usr/sbin/php-fpm ]; then
26-
mkdir /run/php-fpm
26+
mkdir -p /run/php-fpm
2727
/usr/sbin/php-fpm
2828
fi
2929

0 commit comments

Comments
 (0)