From 21a81b07ff8a26b97ebf38d0bf4045ec6dc2669d Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 19 Mar 2020 13:50:45 +0100 Subject: [PATCH] update check_witness_files too --- sub_scripts/testing_process.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index 889ae84..e56f9eb 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -1636,10 +1636,10 @@ check_witness_files () { check_file_exist "/var/log/witnessfile" # 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 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 fi