mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update testing_process.sh
This commit is contained in:
parent
b1fa614b14
commit
6af2ad5d72
1 changed files with 6 additions and 0 deletions
|
@ -2115,6 +2115,9 @@ set_witness_files () {
|
||||||
if [ -d "${lxc_dir}/etc/php/7.0/fpm" ]; then
|
if [ -d "${lxc_dir}/etc/php/7.0/fpm" ]; then
|
||||||
create_witness_file "/etc/php/7.0/fpm/pool.d/witnessfile.conf" file
|
create_witness_file "/etc/php/7.0/fpm/pool.d/witnessfile.conf" file
|
||||||
fi
|
fi
|
||||||
|
if [ -d "${lxc_dir}/etc/php/7.3/fpm" ]; then
|
||||||
|
create_witness_file "/etc/php/7.3/fpm/pool.d/witnessfile.conf" file
|
||||||
|
fi
|
||||||
|
|
||||||
# Config logrotate
|
# Config logrotate
|
||||||
create_witness_file "/etc/logrotate.d/witnessfile" file
|
create_witness_file "/etc/logrotate.d/witnessfile" file
|
||||||
|
@ -2166,6 +2169,9 @@ check_witness_files () {
|
||||||
if [ -d "${lxc_dir}/etc/php/7.0/fpm" ]; 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
|
||||||
|
if [ -d "${lxc_dir}/etc/php/7.3/fpm" ]; then
|
||||||
|
check_file_exist "/etc/php/7.3/fpm/pool.d/witnessfile.conf" file
|
||||||
|
fi
|
||||||
|
|
||||||
# Config logrotate
|
# Config logrotate
|
||||||
check_file_exist "/etc/logrotate.d/witnessfile"
|
check_file_exist "/etc/logrotate.d/witnessfile"
|
||||||
|
|
Loading…
Add table
Reference in a new issue