From 7f756c7e67e7a1ce4f69d3a155677b8221a13532 Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 19 Mar 2020 00:12:25 +0100 Subject: [PATCH] check fpm folder --- 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 ae7f34b..889ae84 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -1585,10 +1585,10 @@ set_witness_files () { create_witness_file "/var/log/witnessfile" file # Config fpm - if [ -d "${lxc_dir}/etc/php5" ]; then + if [ -d "${lxc_dir}/etc/php5/fpm" ]; then create_witness_file "/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 create_witness_file "/etc/php/7.0/fpm/pool.d/witnessfile.conf" file fi