testing: Use sudo for rundir

This commit is contained in:
Markus Frosch 2018-11-06 15:04:55 +01:00
parent 81e009fa33
commit 4f65e6f676

View File

@ -30,7 +30,7 @@ elif [ -d /etc/php.d ]; then
fpm="php-fpm"
if [ -d /run ]; then
mkdir -p /run/php-fpm
sudo mkdir -p /run/php-fpm
fi
fi
elif [ -d /etc/php5/conf.d ]; then