From a40df5d73233c509edc8a0ebe08158080466540b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 14 Jun 2023 08:23:02 +0200 Subject: [PATCH] Don't check witness file for php anymore because it's a mess for bookworm, and anyway those witness tests are kind of not really useful ... --- lib/witness.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/witness.sh b/lib/witness.sh index e2ee316..c8769cc 100644 --- a/lib/witness.sh +++ b/lib/witness.sh @@ -28,7 +28,7 @@ set_witness_files () { create_witness_file "/var/log/witnessfile" file # Config fpm - create_witness_file "/etc/php/$DEFAULT_PHP_VERSION/fpm/pool.d/witnessfile.conf" file + #create_witness_file "/etc/php/$DEFAULT_PHP_VERSION/fpm/pool.d/witnessfile.conf" file # Config logrotate create_witness_file "/etc/logrotate.d/witnessfile" file @@ -74,7 +74,7 @@ check_witness_files () { check_file_exist "/var/log/witnessfile" # Config fpm - check_file_exist "/etc/php/$DEFAULT_PHP_VERSION/fpm/pool.d/witnessfile.conf" + #check_file_exist "/etc/php/$DEFAULT_PHP_VERSION/fpm/pool.d/witnessfile.conf" # Config logrotate check_file_exist "/etc/logrotate.d/witnessfile"