From 6af2ad5d72a1088582733d074d61d7bacce7117b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 23 Jun 2020 01:12:47 +0200 Subject: [PATCH] Update testing_process.sh --- sub_scripts/testing_process.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index 1cdecd1..0e95184 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -2115,6 +2115,9 @@ set_witness_files () { if [ -d "${lxc_dir}/etc/php/7.0/fpm" ]; then create_witness_file "/etc/php/7.0/fpm/pool.d/witnessfile.conf" file 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 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 check_file_exist "/etc/php/7.0/fpm/pool.d/witnessfile.conf" file 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 check_file_exist "/etc/logrotate.d/witnessfile"