mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-31 01:44:06 +02:00
testing: Use sudo for rundir
This commit is contained in:
parent
81e009fa33
commit
4f65e6f676
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user