mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
update check_witness_files too
This commit is contained in:
parent
7f756c7e67
commit
21a81b07ff
1 changed files with 2 additions and 2 deletions
|
@ -1636,10 +1636,10 @@ check_witness_files () {
|
||||||
check_file_exist "/var/log/witnessfile"
|
check_file_exist "/var/log/witnessfile"
|
||||||
|
|
||||||
# Config fpm
|
# Config fpm
|
||||||
if [ -d "${lxc_dir}/etc/php5" ]; then
|
if [ -d "${lxc_dir}/etc/php5/fpm" ]; then
|
||||||
check_file_exist "/etc/php5/fpm/pool.d/witnessfile.conf" file
|
check_file_exist "/etc/php5/fpm/pool.d/witnessfile.conf" file
|
||||||
fi
|
fi
|
||||||
if [ -d "${lxc_dir}/etc/php/7.0" ]; then
|
if [ -d "${lxc_dir}/etc/php/7.0/fpm" ]; then
|
||||||
check_file_exist "/etc/php/7.0/fpm/pool.d/witnessfile.conf" file
|
check_file_exist "/etc/php/7.0/fpm/pool.d/witnessfile.conf" file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue