mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
regenconf: fix dummy warning
This commit is contained in:
parent
814696e9c1
commit
385c131d0c
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ do_post_regen() {
|
|||
find /etc/systemd/system/*.service -type f | xargs -r chown root:root
|
||||
find /etc/systemd/system/*.service -type f | xargs -r chmod 0644
|
||||
|
||||
if ls -l /etc/php/*/fpm/pool.d/*.conf
|
||||
if ls -l /etc/php/*/fpm/pool.d/*.conf 2>/dev/null
|
||||
then
|
||||
chown root:root /etc/php/*/fpm/pool.d/*.conf
|
||||
chmod 644 /etc/php/*/fpm/pool.d/*.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue