We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2467347 commit a492e4bCopy full SHA for a492e4b
1 file changed
mt/docker-entrypoint.sh
@@ -23,7 +23,7 @@ $SUDO chmod 777 /var/www/cgi-bin/mt/themes
23
if [ "$1" = "apache2-foreground" ]; then
24
# invoke php-fpm
25
if [ -e /usr/sbin/php-fpm ]; then
26
- mkdir /run/php-fpm
+ mkdir -p /run/php-fpm
27
/usr/sbin/php-fpm
28
fi
29
0 commit comments